Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cfa2dba

Browse files
committed
Added the _exceptions module, implementing the built-in class-based
standard exceptions.
1 parent f242aa0 commit cfa2dba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Modules/Setup.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ pcre pcremodule.c pypcre.c # Regular expressions, Perl style (for re.py)
9494
posix posixmodule.c # posix (UNIX) system calls
9595
signal signalmodule.c # signal(2)
9696
_sre _sre.c # Fredrik Lundh's new regular expressions
97+
_exceptions _exceptions.c # Class-based standard exceptions
9798

9899
# The SGI specific GL module:
99100

0 commit comments

Comments
 (0)