From cfa2dba72079b6a032b4130e54f5d01e06fb6b35 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 25 May 2000 23:10:52 +0000 Subject: [PATCH] Added the _exceptions module, implementing the built-in class-based standard exceptions. --- Modules/Setup.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Setup.in b/Modules/Setup.in index beb5639e8c9..d525b424213 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: