The _exceptions module is moved to the Python subdirectory.

This commit is contained in:
Barry Warsaw 2000-05-26 19:02:42 +00:00
parent 57c9a663cb
commit b1387aa7af
1 changed files with 0 additions and 1 deletions

View 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: