[Python-checkins] python/nondist/peps pep-0000.txt, 1.285, 1.286 pep-0273.txt, 1.10, 1.11

akuchling at users.sourceforge.net akuchling at users.sourceforge.net
Fri Aug 27 20:13:51 CEST 2004


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

Modified Files:
	pep-0000.txt pep-0273.txt 
Log Message:
Mark PEP 273 as final

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.285
retrieving revision 1.286
diff -u -d -r1.285 -r1.286
--- pep-0000.txt	27 Aug 2004 17:30:09 -0000	1.285
+++ pep-0000.txt	27 Aug 2004 18:13:48 -0000	1.286
@@ -89,7 +89,6 @@
  S   266  Optimizing Global Variable/Attribute Access  Montanaro
  S   267  Optimized Access to Module Namespaces        Hylton
  S   268  Extended HTTP functionality and WebDAV       Stein
- S   273  Import Modules from Zip Archives             Ahlstrom
  S   274  Dict Comprehensions                          Warsaw
  S   275  Switching on Multiple Values                 Lemburg
  S   276  Simple Iterator for ints                     Althoff
@@ -157,6 +156,7 @@
  SF  261  Support for "wide" Unicode characters        Prescod
  SF  263  Defining Python Source Code Encodings        Lemburg
  SF  264  Future statements in simulated shells        Hudson
+ SF  273  Import Modules from Zip Archives             Ahlstrom
  SF  277  Unicode file name support for Windows NT     Hodgson
  SF  279  The enumerate() built-in function            Hettinger
  SF  282  A Logging System                             Sajip, Mick
@@ -302,7 +302,7 @@
  SR  270  uniq method for list objects                 Petrone
  SR  271  Prefixing sys.path by command line option    Giacometti
  IF  272  API for Block Encryption Algorithms v1.0     Kuchling
- S   273  Import Modules from Zip Archives             Ahlstrom
+ SF  273  Import Modules from Zip Archives             Ahlstrom
  S   274  Dict Comprehensions                          Warsaw
  S   275  Switching on Multiple Values                 Lemburg
  S   276  Simple Iterator for ints                     Althoff

Index: pep-0273.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0273.txt,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- pep-0273.txt	27 Aug 2004 18:11:22 -0000	1.10
+++ pep-0273.txt	27 Aug 2004 18:13:48 -0000	1.11
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: jim at interet.com (James C. Ahlstrom)
-Status: Draft
+Status: Final
 Type: Standards Track
 Created: 11-Oct-2001
 Post-History: 26-Oct-2001



More information about the Python-checkins mailing list