[Python-checkins] CVS: python/nondist/peps pep-0228.txt,NONE,1.1 pep-0000.txt,1.44,1.45

Moshe Zadka python-dev@python.org
Sun, 5 Nov 2000 08:55:27 -0800


Update of /cvsroot/python/python/nondist/peps
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13461

Modified Files:
	pep-0000.txt 
Added Files:
	pep-0228.txt 
Log Message:
Added first revision of numerical model pep.


***** Error reading new file: (2, 'No such file or directory')
***** file: pep-0228.txt cwd: /tmp/cvs-serv13461
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** pep-0000.txt	2000/11/03 02:56:05	1.44
--- pep-0000.txt	2000/11/05 16:55:24	1.45
***************
*** 120,123 ****
--- 120,124 ----
   I   226  pep-0226.txt  Python 2.1 Release Schedule            Hylton
   S   227  pep-0227.txt  Statically Nested Scopes               Hylton
+  S   228  pep-0228.txt  Reworking Python's Numeric Model       Zadka