projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57c9a66
)
The _exceptions module is moved to the Python subdirectory.
author
Barry Warsaw
<barry@python.org>
Fri, 26 May 2000 19:02:42 +0000
(19:02 +0000)
committer
Barry Warsaw
<barry@python.org>
Fri, 26 May 2000 19:02:42 +0000
(19:02 +0000)
Modules/Setup.in
patch
|
blob
|
history
diff --git
a/Modules/Setup.in
b/Modules/Setup.in
index d525b424213b5364a2e766ed8c51832c49971099..beb5639e8c9617855f0e7e7eb577ef78d37aae6e 100644
(file)
--- 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: