Added the _exceptions module, implementing the built-in class-based
standard exceptions.
This commit is contained in:
parent
f242aa0d1e
commit
cfa2dba720
|
@ -94,6 +94,7 @@ pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
|
|||
posix posixmodule.c # posix (UNIX) system calls
|
||||
signal signalmodule.c # signal(2)
|
||||
_sre _sre.c # Fredrik Lundh's new regular expressions
|
||||
_exceptions _exceptions.c # Class-based standard exceptions
|
||||
|
||||
# The SGI specific GL module:
|
||||
|
||||
|
|
Loading…
Reference in New Issue