mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Merge changes from r22a2-branch back into trunk. Also, change patch
level to 2.2a2+
This commit is contained in:
parent
0f10f84028
commit
60f018846d
5 changed files with 36 additions and 18 deletions
4
setup.py
4
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']) )
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue