summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>2001-08-22 19:24:42 (GMT)
committerBarry Warsaw <barry@python.org>2001-08-22 19:24:42 (GMT)
commit60f018846d7b97eec71675c3a1c9e7a058232c73 (patch)
tree0d064457b57af01ca24f65db0ca1e42f68ec75eb /setup.py
parent0f10f84028c9744b6b1f709ff6217c5c9b07ab89 (diff)
downloadcpython-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 'setup.py')
-rw-r--r--setup.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/setup.py b/setup.py
index b60b35e..88a70d3 100644
--- a/setup.py
+++ b/setup.py
@@ -269,10 +269,6 @@ class PyBuildExt(build_ext):
# (NIST's Secure Hash Algorithm.)
exts.append( Extension('sha', ['shamodule.c']) )
- # Tommy Burnette's 'new' module (creates new empty objects of certain
- # kinds):
- exts.append( Extension('new', ['newmodule.c']) )
-
# Helper module for various ascii-encoders
exts.append( Extension('binascii', ['binascii.c']) )