[Python-checkins] python/nondist/peps pep-0000.txt,1.319,1.320

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jun 17 10:40:52 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15505

Modified Files:
	pep-0000.txt 
Log Message:
Move a deferred PEP to the correct section.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.319
retrieving revision 1.320
diff -u -d -r1.319 -r1.320
--- pep-0000.txt	17 Jun 2005 07:09:04 -0000	1.319
+++ pep-0000.txt	17 Jun 2005 08:40:50 -0000	1.320
@@ -79,7 +79,6 @@
  S   254  Making Classes Look More Like Types          GvR
  S   256  Docstring Processing System Framework        Goodger
  S   258  Docutils Design Specification                Goodger
- SD  262  Database of Installed Python Packages        Kuchling
  S   266  Optimizing Global Variable/Attribute Access  Montanaro
  S   267  Optimized Access to Module Namespaces        Hylton
  S   268  Extended HTTP functionality and WebDAV       Stein
@@ -198,6 +197,7 @@
  SR  242  Numeric Kinds                                Dubois
  SR  244  The `directive' Statement                    von Loewis
  SR  259  Omit printing newline after newline          GvR
+ SD  262  Database of Installed Python Packages        Kuchling
  SR  265  Sorting Dictionaries by Value                Griffin
  SD  269  Pgen Module for Python                       Riehl
  SR  270  uniq method for list objects                 Petrone



More information about the Python-checkins mailing list