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

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 05 May 2001 08:55:49 -0700


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

Modified Files:
      Tag: descr-branch
	Setup.dist 
Log Message:
Add the spam example module.


Index: Setup.dist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Setup.dist,v
retrieving revision 1.21
retrieving revision 1.21.4.1
diff -C2 -r1.21 -r1.21.4.1
*** Setup.dist	2001/03/22 22:18:55	1.21
--- Setup.dist	2001/05/05 15:55:47	1.21.4.1
***************
*** 465,466 ****
--- 465,468 ----
  # xx xxmodule.c
  
+ # Another example -- the 'spam' module shows C-level subtyping in action
+ spam spam.c