[Python-checkins] CVS: python/dist/src setup.py,1.51,1.52

Barry Warsaw bwarsaw@users.sourceforge.net
Wed, 22 Aug 2001 12:24:44 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv12169

Modified Files:
	setup.py 
Log Message:
Merge changes from r22a2-branch back into trunk.  Also, change patch
level to 2.2a2+



Index: setup.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/setup.py,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** setup.py	2001/08/21 04:23:21	1.51
--- setup.py	2001/08/22 19:24:42	1.52
***************
*** 270,277 ****
          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']) )
--- 270,273 ----