Withdraw PEP 321: datetime objects have a strptime() method now
This commit is contained in:
parent
0e22d18d60
commit
a30697598f
|
@ -91,7 +91,6 @@ Index by Category
|
||||||
S 302 New Import Hooks JvR, Moore
|
S 302 New Import Hooks JvR, Moore
|
||||||
S 304 Controlling Generation of Bytecode Files Montanaro
|
S 304 Controlling Generation of Bytecode Files Montanaro
|
||||||
S 314 Metadata for Python Software Packages v1.1 Kuchling, Jones
|
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 323 Copyable Iterators Martelli
|
||||||
S 331 Locale-Independent Float/String Conversions Reis
|
S 331 Locale-Independent Float/String Conversions Reis
|
||||||
S 334 Simple Coroutines via SuspendIteration Evans
|
S 334 Simple Coroutines via SuspendIteration Evans
|
||||||
|
@ -220,6 +219,7 @@ Index by Category
|
||||||
SD 316 Programming by Contract for Python Way
|
SD 316 Programming by Contract for Python Way
|
||||||
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
SR 317 Eliminate Implicit Exception Instantiation Taschuk
|
||||||
SR 319 Python Synchronize/Asynchronize Block Pelletier
|
SR 319 Python Synchronize/Asynchronize Block Pelletier
|
||||||
|
SR 321 Date/Time Parsing and Formatting Kuchling
|
||||||
SR 325 Resource-Release Support for Generators Pedroni
|
SR 325 Resource-Release Support for Generators Pedroni
|
||||||
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
SR 326 A Case for Top and Bottom Values Carlson, Reedy
|
||||||
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
SR 329 Treating Builtins as Constants in the Standard Library Hettinger
|
||||||
|
@ -379,7 +379,7 @@ Numerical Index
|
||||||
SF 318 Decorators for Functions and Methods Smith, et al
|
SF 318 Decorators for Functions and Methods Smith, et al
|
||||||
SR 319 Python Synchronize/Asynchronize Block Pelletier
|
SR 319 Python Synchronize/Asynchronize Block Pelletier
|
||||||
IF 320 Python 2.4 Release Schedule Warsaw, et al
|
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
|
SF 322 Reverse Iteration Hettinger
|
||||||
S 323 Copyable Iterators Martelli
|
S 323 Copyable Iterators Martelli
|
||||||
SF 324 subprocess - New POSIX process module Astrand
|
SF 324 subprocess - New POSIX process module Astrand
|
||||||
|
|
|
@ -3,7 +3,7 @@ Title: Date/Time Parsing and Formatting
|
||||||
Version: $Revision$
|
Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: A.M. Kuchling <amk@amk.ca>
|
Author: A.M. Kuchling <amk@amk.ca>
|
||||||
Status: Draft
|
Status: Withdrawn
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Python-Version: 2.4
|
Python-Version: 2.4
|
||||||
|
|
Loading…
Reference in New Issue