[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.15,1.16

Tim Peters tim_one@users.sourceforge.net
Sun, 04 Feb 2001 01:18:24 -0800


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

Modified Files:
	Setup.dist 
Log Message:
Another _testXXX -> _testcapiXXX renaming.


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** Setup.dist	2001/02/02 12:07:22	1.15
--- Setup.dist	2001/02/04 09:18:21	1.16
***************
*** 150,154 ****
  #_weakref _weakref.c	# basic weak reference support
  #_codecs _codecsmodule.c	# access to the builtin codecs and codec registry
! #_test _testmodule.c    # Python C API test module
  
  #unicodedata unicodedata.c unicodedatabase.c
--- 150,154 ----
  #_weakref _weakref.c	# basic weak reference support
  #_codecs _codecsmodule.c	# access to the builtin codecs and codec registry
! #_testcapi _testcapimodule.c    # Python C API test module
  
  #unicodedata unicodedata.c unicodedatabase.c