[Python-checkins] CVS: python/dist/src PLAN.txt,1.1.2.9,1.1.2.10

Tim Peters tim_one@users.sourceforge.net
Fri, 06 Jul 2001 11:53:49 -0700


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

Modified Files:
      Tag: descr-branch
	PLAN.txt 
Log Message:
Rename spam.c to xxsubtype.c, to serve as a permanent subtyping example
we can merge back into the trunk later.
TODO:  This works on Windows but I don't know what's needed on Unix.
Leaving that part to Guido.


Index: PLAN.txt
===================================================================
RCS file: /cvsroot/python/python/dist/src/Attic/PLAN.txt,v
retrieving revision 1.1.2.9
retrieving revision 1.1.2.10
diff -C2 -r1.1.2.9 -r1.1.2.10
*** PLAN.txt	2001/07/06 05:23:35	1.1.2.9
--- PLAN.txt	2001/07/06 18:53:47	1.1.2.10
***************
*** 188,192 ****
  way into the branch Unix and Windows builds (pythoncore.dsp and
  PC/config.c); also imported by test_descr.py.  How about renaming to
! xxsubtype.c (whatever) now?
  
  
--- 188,194 ----
  way into the branch Unix and Windows builds (pythoncore.dsp and
  PC/config.c); also imported by test_descr.py.  How about renaming to
! xxsubtype.c (whatever) now? *** Partly done:  renamed on Windows and
! changes checked in.  I assume Guido can fiddle the Unix build accordingly
! 50x faster than I can! ***