From fb7c1aa82b905a2703798cdd62350a98f142bb92 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Mon, 18 May 2020 14:33:07 +0200 Subject: [PATCH] PEP 431: Superseded by PEP 615 (#1404) --- pep-0431.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/pep-0431.txt b/pep-0431.txt index 0106cf584..edf2f1294 100644 --- a/pep-0431.txt +++ b/pep-0431.txt @@ -4,11 +4,12 @@ Version: $Revision$ Last-Modified: $Date$ Author: Lennart Regebro BDFL-Delegate: Barry Warsaw -Status: Withdrawn +Status: Superseded Type: Standards Track Content-Type: text/x-rst Created: 11-Dec-2012 Post-History: 11-Dec-2012, 28-Dec-2012, 28-Jan-2013 +Superseded-By: 615 Abstract @@ -31,6 +32,10 @@ ambiguous datetimes and will never do so. 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 ========