Mark several PEPs as final (#578)
- 376, 425, 427: reference implementations now live outside CPython - 506: implemented and released in Python 3.6 - 539: implemented in Python 3.7
This commit is contained in:
parent
598d5cbfd3
commit
d8411b76d7
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Richard Jones <richard@python.org>
|
||||
Discussions-To: Distutils SIG
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 28-Apr-2005
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Database of Installed Python Distributions
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Tarek Ziadé <tarek@ziade.org>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 22-Feb-2009
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: 07-Aug-2012
|
||||
Author: Daniel Holth <dholth@gmail.com>
|
||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 27-Jul-2012
|
||||
|
|
|
@ -5,7 +5,7 @@ Last-Modified: $Date$
|
|||
Author: Daniel Holth <dholth@gmail.com>
|
||||
BDFL-Delegate: Nick Coghlan <ncoghlan@gmail.com>
|
||||
Discussions-To: <distutils-sig@python.org>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 20-Sep-2012
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Adding A Secrets Module To The Standard Library
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Steven D'Aprano <steve@pearwood.info>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 19-Sep-2015
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Erik M. Bray, Masayuki Yamamoto
|
||||
BDFL-Delegate: Nick Coghlan
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Content-Type: text/x-rst
|
||||
Created: 20-Dec-2016
|
||||
|
|
Loading…
Reference in New Issue