]> granicus.if.org Git - python/commitdiff
Added the _exceptions module, implementing the built-in class-based
authorBarry Warsaw <barry@python.org>
Thu, 25 May 2000 23:10:52 +0000 (23:10 +0000)
committerBarry Warsaw <barry@python.org>
Thu, 25 May 2000 23:10:52 +0000 (23:10 +0000)
standard exceptions.

Modules/Setup.in

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