Kaydet (Commit) cfa2dba7 authored tarafından Barry Warsaw's avatar Barry Warsaw

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

standard exceptions.
üst f242aa0d
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment