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 /setup.py | |
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 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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']) ) |