[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.22,1.23

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


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

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



Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** Setup.dist	2001/08/02 04:15:00	1.22
--- Setup.dist	2001/08/22 19:24:42	1.23
***************
*** 99,102 ****
--- 99,103 ----
  posix posixmodule.c		# posix (UNIX) system calls
  _sre _sre.c			# Fredrik Lundh's new regular expressions
+ new newmodule.c			# Tommy Burnette's 'new' module
  
  # The rest of the modules listed in this file are all commented out by
***************
*** 346,354 ****
  # Wrapper for the panel library that's part of ncurses and SYSV curses.
  #_curses_panel _curses_panel.c -lpanel -lncurses 
- 
- 
- # Tommy Burnette's 'new' module (creates new empty objects of certain kinds):
- 
- #new newmodule.c
  
  
--- 347,350 ----