[Python-checkins] CVS: python/dist/src/Modules xxsubtype.c,2.4,2.5

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 16 Aug 2001 02:10:44 -0700


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

Modified Files:
	xxsubtype.c 
Log Message:
Change the type names to xxsublist.<name>.


Index: xxsubtype.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/xxsubtype.c,v
retrieving revision 2.4
retrieving revision 2.5
diff -C2 -d -r2.4 -r2.5
*** xxsubtype.c	2001/08/15 18:18:58	2.4
--- xxsubtype.c	2001/08/16 09:10:42	2.5
***************
*** 64,68 ****
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,
! 	"spamlist",
  	sizeof(spamlistobject),
  	0,
--- 64,68 ----
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,
! 	"xxsubtype.spamlist",
  	sizeof(spamlistobject),
  	0,
***************
*** 157,161 ****
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,
! 	"spamdict",
  	sizeof(spamdictobject),
  	0,
--- 157,161 ----
  	PyObject_HEAD_INIT(&PyType_Type)
  	0,
! 	"xxsubtype.spamdict",
  	sizeof(spamdictobject),
  	0,