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

Barry Warsaw bwarsaw@users.sourceforge.net
Fri, 07 Sep 2001 15:36:07 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv30222

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 269, Pgen Module for Python, Jonathan Riehl


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.130
retrieving revision 1.131
diff -C2 -d -r1.130 -r1.131
*** pep-0000.txt	2001/08/22 22:43:42	1.130
--- pep-0000.txt	2001/09/07 22:36:05	1.131
***************
*** 64,67 ****
--- 64,68 ----
   S   267  Optimized Access to Module Namespaces        Hylton
   S   268  Extended HTTP functionality and WebDAV       Stein
+  S   269  Pgen Module for Python                       Riehl
  
   Py-in-the-sky PEPs (not considered for Python 2.2)
***************
*** 220,223 ****
--- 221,225 ----
   S   267  Optimized Access to Module Namespaces        Hylton
   S   268  Extended HTTP functionality and WebDAV       Stein
+  S   269  Pgen Module for Python                       Riehl
  
  Key
***************
*** 258,261 ****
--- 260,264 ----
      Raymond, Eric            esr@snark.thyrsus.com
      Reifschneider, Sean      jafo-pep@tummy.com
+     Riehl, Jonathan          jriehl@spaceship.com
      van Rossum, Guido        guido@python.org
      Schemenauer, Neil        nas@arctrix.com