[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.5,1.6

Barry Warsaw python-dev@python.org
Thu, 13 Jul 2000 20:54:51 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP206, called "2.0 Batteries Included", the list of extension
modules to include in the fat distribution.  Owned by Moshe Zadka.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** pep-0000.txt	2000/07/14 03:44:27	1.5
--- pep-0000.txt	2000/07/14 03:54:49	1.6
***************
*** 25,28 ****
--- 25,29 ----
       204 pep-0204.txt  Range Literals                       twouters
       205 pep-0205.txt  Weak References                      fdrake
+      206 pep-0206.txt  2.0 Batteries Included               moshez