commit | cfa2dba72079b6a032b4130e54f5d01e06fb6b35 | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Thu May 25 23:10:52 2000 +0000 |
committer | Barry Warsaw <barry@python.org> | Thu May 25 23:10:52 2000 +0000 |
tree | 6fa3e07e52a1671ef2156312c2f854478d9f93dc | |
parent | f242aa0d1e7625a7ccbbd629bae2d88a95408ad3 [diff] [blame] |
Added the _exceptions module, implementing the built-in class-based standard exceptions.
diff --git a/Modules/Setup.in b/Modules/Setup.in index beb5639..d525b42 100644 --- a/Modules/Setup.in +++ b/Modules/Setup.in
@@ -94,6 +94,7 @@ 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: