From: Barry Warsaw Date: Fri, 26 May 2000 19:02:42 +0000 (+0000) Subject: The _exceptions module is moved to the Python subdirectory. X-Git-Tag: v2.0b1~1663 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1387aa7af4000ebb2cc448c7024edeace3f7780;p=thirdparty%2FPython%2Fcpython.git The _exceptions module is moved to the Python subdirectory. --- diff --git a/Modules/Setup.in b/Modules/Setup.in index d525b424213b..beb5639e8c96 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in @@ -94,7 +94,6 @@ 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: