Skip to content

Commit e1e69d0

Browse files
author
guido
committed
Added Sam Rushing's errno module
git-svn-id: http://svn.python.org/projects/python/trunk@6276 6015fed2-1504-0410-9fe1-9d1591cc4771
1 parent 5b44d80 commit e1e69d0

2 files changed

Lines changed: 562 additions & 0 deletions

File tree

Modules/Setup.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ PYTHONPATH=$(COREPYTHONPATH)
7676
# Some modules that are normally always on:
7777

7878
posix posixmodule.c # posix (UNIX) system calls
79+
errno errnomodule.c # posix (UNIX) errno values
7980
signal signalmodule.c # signal(2)
8081

8182
# The SGI specific GL module:

0 commit comments

Comments
 (0)