PEP 431: Superseded by PEP 615 (#1404)
This commit is contained in:
parent
3cb8fd08f1
commit
fb7c1aa82b
|
@ -4,11 +4,12 @@ Version: $Revision$
|
||||||
Last-Modified: $Date$
|
Last-Modified: $Date$
|
||||||
Author: Lennart Regebro <regebro@gmail.com>
|
Author: Lennart Regebro <regebro@gmail.com>
|
||||||
BDFL-Delegate: Barry Warsaw <barry@python.org>
|
BDFL-Delegate: Barry Warsaw <barry@python.org>
|
||||||
Status: Withdrawn
|
Status: Superseded
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 11-Dec-2012
|
Created: 11-Dec-2012
|
||||||
Post-History: 11-Dec-2012, 28-Dec-2012, 28-Jan-2013
|
Post-History: 11-Dec-2012, 28-Dec-2012, 28-Jan-2013
|
||||||
|
Superseded-By: 615
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
@ -31,6 +32,10 @@ ambiguous datetimes and will never do so.
|
||||||
|
|
||||||
I therefore withdraw this PEP.
|
I therefore withdraw this PEP.
|
||||||
|
|
||||||
|
**UPDATE**: The PEP 615 "Support for the IANA Time Zone Database in the
|
||||||
|
Standard Library" added the ``zoneinfo`` module to Python 3.9 and
|
||||||
|
superseded this PEP.
|
||||||
|
|
||||||
|
|
||||||
Proposal
|
Proposal
|
||||||
========
|
========
|
||||||
|
|
Loading…
Reference in New Issue