From: Barry Warsaw Date: Thu, 25 May 2000 23:10:52 +0000 (+0000) Subject: Added the _exceptions module, implementing the built-in class-based X-Git-Tag: v2.0b1~1676 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfa2dba72079b6a032b4130e54f5d01e06fb6b35;p=thirdparty%2FPython%2Fcpython.git Added the _exceptions module, implementing the built-in class-based standard exceptions. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index beb5639e8c96..d525b424213b 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -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: