diff options
author | Barry Warsaw <barry@python.org> | 2001-08-22 19:24:42 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2001-08-22 19:24:42 (GMT) |
commit | 60f018846d7b97eec71675c3a1c9e7a058232c73 (patch) | |
tree | 0d064457b57af01ca24f65db0ca1e42f68ec75eb /Modules/Setup.dist | |
parent | 0f10f84028c9744b6b1f709ff6217c5c9b07ab89 (diff) | |
download | cpython-60f018846d7b97eec71675c3a1c9e7a058232c73.zip cpython-60f018846d7b97eec71675c3a1c9e7a058232c73.tar.gz cpython-60f018846d7b97eec71675c3a1c9e7a058232c73.tar.bz2 |
Merge changes from r22a2-branch back into trunk. Also, change patch
level to 2.2a2+
Diffstat (limited to 'Modules/Setup.dist')
-rw-r--r-- | Modules/Setup.dist | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist index e9c2a94..61afe8c 100644 --- a/Modules/Setup.dist +++ b/Modules/Setup.dist @@ -98,6 +98,7 @@ PYTHONPATH=$(COREPYTHONPATH) posix posixmodule.c # posix (UNIX) system calls _sre _sre.c # Fredrik Lundh's new regular expressions +new newmodule.c # Tommy Burnette's 'new' module # The rest of the modules listed in this file are all commented out by # default. Usually they can be detected and built as dynamically @@ -347,11 +348,6 @@ GLHACK=-Dclear=__GLclear #_curses_panel _curses_panel.c -lpanel -lncurses -# Tommy Burnette's 'new' module (creates new empty objects of certain kinds): - -#new newmodule.c - - # Generic (SunOS / SVR4) dynamic loading module. # This is not needed for dynamic loading of Python modules -- # it is a highly experimental and dangerous device for calling |