Merge changes from r22a2-branch back into trunk. Also, change patch

level to 2.2a2+
This commit is contained in:
Barry Warsaw 2001-08-22 19:24:42 +00:00
parent 0f10f84028
commit 60f018846d
5 changed files with 36 additions and 18 deletions

View file

@ -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']) )