The _exceptions module is moved to the Python subdirectory.
authorBarry Warsaw <barry@python.org>
Fri, 26 May 2000 19:02:42 +0000 (19:02 +0000)
committerBarry Warsaw <barry@python.org>
Fri, 26 May 2000 19:02:42 +0000 (19:02 +0000)
Modules/Setup.in

index d525b424213b5364a2e766ed8c51832c49971099..beb5639e8c9617855f0e7e7eb577ef78d37aae6e 100644 (file)
@@ -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: