[Python-checkins] python/nondist/peps pep-0000.txt,1.233,1.234 pep-0262.txt,1.10,1.11

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Sun, 30 Mar 2003 06:46:58 -0800


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1:/tmp/cvs-serv10991

Modified Files:
	pep-0000.txt pep-0262.txt 
Log Message:
Bring PEP 262 back from the dead

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.233
retrieving revision 1.234
diff -C2 -d -r1.233 -r1.234
*** pep-0000.txt	19 Feb 2003 00:53:08 -0000	1.233
--- pep-0000.txt	30 Mar 2003 14:46:54 -0000	1.234
***************
*** 79,82 ****
--- 79,83 ----
   S   256  Docstring Processing System Framework        Goodger
   S   258  Docutils Design Specification                Goodger
+  S   262  Database of Installed Python Packages        Kuchling
   S   265  Sorting Dictionaries by Value                Griffin
   S   266  Optimizing Global Variable/Attribute Access  Montanaro
***************
*** 173,177 ****
   SR  244  The `directive' Statement                    von Loewis
   SR  259  Omit printing newline after newline          GvR
-  SD  262  Database of Installed Python Packages        Kuchling
   SR  270  uniq method for list objects                 Petrone
   SR  271  Prefixing sys.path by command line option    Giacometti
--- 174,177 ----

Index: pep-0262.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0262.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** pep-0262.txt	31 Oct 2002 01:35:08 -0000	1.10
--- pep-0262.txt	30 Mar 2003 14:46:55 -0000	1.11
***************
*** 5,9 ****
  Type: Standards Track
  Created: 08-Jul-2001
! Status: Deferred
  Post-History: 27-Mar-2002
  
--- 5,9 ----
  Type: Standards Track
  Created: 08-Jul-2001
! Status: Draft
  Post-History: 27-Mar-2002