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

Barry Warsaw python-dev@python.org
Fri, 21 Jul 2000 13:03:20 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 212, Additional Builtin Generators, assigned bwarsaw

Added PEP 213, Attribute Access Handlers, assigned prescod


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** pep-0000.txt	2000/07/15 23:26:36	1.7
--- pep-0000.txt	2000/07/21 20:03:17	1.8
***************
*** 31,34 ****
--- 31,37 ----
       210 pep-0210.txt  Decoupling the Interpreter Loop      davida
       211 pep-0211.txt  Adding New Operators to Python       gvwilson
+      212 pep-0212.txt  Additional Builtin Generators        bwarsaw
+      213 pep-0213.txt  Attribute Access Handlers            prescod
+