diff options
author | Barry Warsaw <barry@python.org> | 2000-05-25 23:10:52 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-25 23:10:52 (GMT) |
commit | cfa2dba72079b6a032b4130e54f5d01e06fb6b35 (patch) | |
tree | 6fa3e07e52a1671ef2156312c2f854478d9f93dc /Modules | |
parent | f242aa0d1e7625a7ccbbd629bae2d88a95408ad3 (diff) | |
download | cpython-cfa2dba72079b6a032b4130e54f5d01e06fb6b35.zip cpython-cfa2dba72079b6a032b4130e54f5d01e06fb6b35.tar.gz cpython-cfa2dba72079b6a032b4130e54f5d01e06fb6b35.tar.bz2 |
Added the _exceptions module, implementing the built-in class-based
standard exceptions.
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/Setup.in | 1 |
1 files changed, 1 insertions, 0 deletions
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 @@ 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: |