From b1387aa7af4000ebb2cc448c7024edeace3f7780 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Fri, 26 May 2000 19:02:42 +0000 Subject: The _exceptions module is moved to the Python subdirectory. --- Modules/Setup.in | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Setup.in b/Modules/Setup.in index d525b42..beb5639 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: -- cgit v0.12