[Python-checkins] r45726 - peps/trunk/pep-0000.txt peps/trunk/pep-0321.txt

andrew.kuchling python-checkins at python.org
Wed Apr 26 12:20:29 CEST 2006


Author: andrew.kuchling
Date: Wed Apr 26 12:20:27 2006
New Revision: 45726

Modified:
   peps/trunk/pep-0000.txt
   peps/trunk/pep-0321.txt
Log:
Withdraw PEP 321: datetime objects have a strptime() method now

Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt	(original)
+++ peps/trunk/pep-0000.txt	Wed Apr 26 12:20:27 2006
@@ -91,7 +91,6 @@
  S   302  New Import Hooks                             JvR, Moore
  S   304  Controlling Generation of Bytecode Files     Montanaro
  S   314  Metadata for Python Software Packages v1.1   Kuchling, Jones
- S   321  Date/Time Parsing and Formatting             Kuchling
  S   323  Copyable Iterators                           Martelli
  S   331  Locale-Independent Float/String Conversions  Reis
  S   334  Simple Coroutines via SuspendIteration       Evans
@@ -220,6 +219,7 @@
  SD  316  Programming by Contract for Python           Way
  SR  317  Eliminate Implicit Exception Instantiation   Taschuk
  SR  319  Python Synchronize/Asynchronize Block        Pelletier
+ SR  321  Date/Time Parsing and Formatting             Kuchling
  SR  325  Resource-Release Support for Generators      Pedroni
  SR  326  A Case for Top and Bottom Values             Carlson, Reedy
  SR  329  Treating Builtins as Constants in the Standard Library  Hettinger
@@ -379,7 +379,7 @@
  SF  318  Decorators for Functions and Methods         Smith, et al
  SR  319  Python Synchronize/Asynchronize Block        Pelletier
  IF  320  Python 2.4 Release Schedule                  Warsaw, et al
- S   321  Date/Time Parsing and Formatting             Kuchling
+ SR  321  Date/Time Parsing and Formatting             Kuchling
  SF  322  Reverse Iteration                            Hettinger
  S   323  Copyable Iterators                           Martelli
  SF  324  subprocess - New POSIX process module        Astrand

Modified: peps/trunk/pep-0321.txt
==============================================================================
--- peps/trunk/pep-0321.txt	(original)
+++ peps/trunk/pep-0321.txt	Wed Apr 26 12:20:27 2006
@@ -3,7 +3,7 @@
 Version: $Revision$
 Last-Modified: $Date$
 Author: A.M. Kuchling <amk at amk.ca>
-Status: Draft
+Status: Withdrawn
 Type: Standards Track
 Content-Type: text/x-rst
 Python-Version: 2.4


More information about the Python-checkins mailing list