summaryrefslogtreecommitdiffstats
path: root/Modules/Setup.in
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2000-05-26 19:02:42 (GMT)
committerBarry Warsaw <barry@python.org>2000-05-26 19:02:42 (GMT)
commitb1387aa7af4000ebb2cc448c7024edeace3f7780 (patch)
tree6a6d4366752b07e8fdaae8fdf74fffb3bbbb9361 /Modules/Setup.in
parent57c9a663cb4fcb42beb96ba65adde6034eb66279 (diff)
downloadcpython-b1387aa7af4000ebb2cc448c7024edeace3f7780.zip
cpython-b1387aa7af4000ebb2cc448c7024edeace3f7780.tar.gz
cpython-b1387aa7af4000ebb2cc448c7024edeace3f7780.tar.bz2
The _exceptions module is moved to the Python subdirectory.
Diffstat (limited to 'Modules/Setup.in')
-rw-r--r--Modules/Setup.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/Modules/Setup.in b/Modules/Setup.in
index d525b42..beb5639 100644
--- a/Modules/Setup.in
+++ b/Modules/Setup.in
@@ -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: