[Python-checkins] python/nondist/peps pep-0000.txt,1.214,1.215 pep-0262.txt,1.8,1.9

akuchling@users.sourceforge.net akuchling@users.sourceforge.net
Sun, 13 Oct 2002 13:21:19 -0700


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

Modified Files:
	pep-0000.txt pep-0262.txt 
Log Message:
Mark PEP 262 as deferred

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.214
retrieving revision 1.215
diff -C2 -d -r1.214 -r1.215
*** pep-0000.txt	7 Oct 2002 18:38:47 -0000	1.214
--- pep-0000.txt	13 Oct 2002 20:21:17 -0000	1.215
***************
*** 77,81 ****
   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
--- 77,80 ----
***************
*** 161,164 ****
--- 160,164 ----
   SR  244  The `directive' Statement                    von Loewis
   SR  259  Omit printing newline after newline          van Rossum
+  SD  262  Database of Installed Python Packages        Kuchling
   SR  271  Prefixing sys.path by command line option    Giacometti
   SD  288  Generators Attributes and Exceptions         Hettinger

Index: pep-0262.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0262.txt,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** pep-0262.txt	13 Oct 2002 20:20:23 -0000	1.8
--- pep-0262.txt	13 Oct 2002 20:21:17 -0000	1.9
***************
*** 5,9 ****
  Type: Standards Track
  Created: 08-Jul-2001
! Status: Draft
  Post-History: 27-Mar-2002
  
--- 5,9 ----
  Type: Standards Track
  Created: 08-Jul-2001
! Status: Deferred
  Post-History: 27-Mar-2002