[Python-checkins] CVS: python/dist/src/Modules Setup.dist,1.21.4.1,1.21.4.2

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 06 Jul 2001 12:04:33 -0700


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

Modified Files:
      Tag: descr-branch
	Setup.dist 
Log Message:
Rename spam.c to xxsetup.c, finishing Tim's work.

(Note to current users: you must copy your Setup.dist file to your
Setup file before this takes effect!)


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.21.4.1
retrieving revision 1.21.4.2
diff -C2 -r1.21.4.1 -r1.21.4.2
*** Setup.dist	2001/05/05 15:55:47	1.21.4.1
--- Setup.dist	2001/07/06 19:04:31	1.21.4.2
***************
*** 465,468 ****
  # xx xxmodule.c
  
! # Another example -- the 'spam' module shows C-level subtyping in action
! spam spam.c
--- 465,468 ----
  # xx xxmodule.c
  
! # Another example -- the 'xxsubtype' module shows C-level subtyping in action
! xxsubtype xxsubtype.c