mirror of
https://github.com/python/cpython.git
synced 2025-09-15 21:26:04 +00:00
Added the _exceptions module, implementing the built-in class-based
standard exceptions.
This commit is contained in:
parent
f242aa0d1e
commit
cfa2dba720
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue