Skip to content

Commit

Permalink
Added Sam Rushing's errno module
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jul 24, 1996
1 parent dfe8ad9 commit 4dc6622
Show file tree
Hide file tree
Showing 2 changed files with 562 additions and 0 deletions.
1 change: 1 addition & 0 deletions Modules/Setup.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ PYTHONPATH=$(COREPYTHONPATH)
# Some modules that are normally always on:

posix posixmodule.c # posix (UNIX) system calls
errno errnomodule.c # posix (UNIX) errno values
signal signalmodule.c # signal(2)

# The SGI specific GL module:
Expand Down
Loading

0 comments on commit 4dc6622

Please sign in to comment.