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

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 13 Sep 2001 09:47:15 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Added PEP 271, Prefixing sys.path by command line option, Giacometti


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.132
retrieving revision 1.133
diff -C2 -d -r1.132 -r1.133
*** pep-0000.txt	2001/09/07 22:40:06	1.132
--- pep-0000.txt	2001/09/13 16:47:13	1.133
***************
*** 66,69 ****
--- 66,70 ----
   S   269  Pgen Module for Python                       Riehl
   S   270  uniq method for list objects                 Petrone
+  S   271  Prefixing sys.path by command line option    Giacometti
  
   Py-in-the-sky PEPs (not considered for Python 2.2)
***************
*** 224,227 ****
--- 225,229 ----
   S   269  Pgen Module for Python                       Riehl
   S   270  uniq method for list objects                 Petrone
+  S   271  Prefixing sys.path by command line option    Giacometti
  
  
***************
*** 246,249 ****
--- 248,252 ----
      Dubois, Paul F.          paul@pfdubois.com
      Evans, Clark C.          cce@clarkevans.com
+     Giacometti, Frédéric B.  fred@arakne.com
      Goodger, David           dgoodger@bigfoot.com
      Griffin, Grant           g2@iowegian.com