Added the _exceptions module, implementing the built-in class-based

standard exceptions.
This commit is contained in:
Barry Warsaw 2000-05-25 23:10:52 +00:00
parent f242aa0d1e
commit cfa2dba720
1 changed files with 1 additions and 0 deletions

View File

@ -94,6 +94,7 @@ pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
posix posixmodule.c # posix (UNIX) system calls posix posixmodule.c # posix (UNIX) system calls
signal signalmodule.c # signal(2) signal signalmodule.c # signal(2)
_sre _sre.c # Fredrik Lundh's new regular expressions _sre _sre.c # Fredrik Lundh's new regular expressions
_exceptions _exceptions.c # Class-based standard exceptions
# The SGI specific GL module: # The SGI specific GL module: