From d8411b76d7cc70a46abdfab5826d1d5c235b061e Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Wed, 21 Feb 2018 10:36:21 +1000 Subject: [PATCH] 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 --- pep-0345.txt | 2 +- pep-0376.txt | 2 +- pep-0425.txt | 2 +- pep-0427.txt | 2 +- pep-0506.txt | 2 +- pep-0539.txt | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pep-0345.txt b/pep-0345.txt index f3c546784..561d49faf 100644 --- a/pep-0345.txt +++ b/pep-0345.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: $Date$ Author: Richard Jones Discussions-To: Distutils SIG -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 28-Apr-2005 diff --git a/pep-0376.txt b/pep-0376.txt index 5a16a0dfe..8267ae61f 100644 --- a/pep-0376.txt +++ b/pep-0376.txt @@ -3,7 +3,7 @@ Title: Database of Installed Python Distributions Version: $Revision$ Last-Modified: $Date$ Author: Tarek Ziadé -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 22-Feb-2009 diff --git a/pep-0425.txt b/pep-0425.txt index c8e1bc416..7d94cc7f7 100644 --- a/pep-0425.txt +++ b/pep-0425.txt @@ -4,7 +4,7 @@ Version: $Revision$ Last-Modified: 07-Aug-2012 Author: Daniel Holth BDFL-Delegate: Nick Coghlan -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 27-Jul-2012 diff --git a/pep-0427.txt b/pep-0427.txt index 47c230398..56599db03 100644 --- a/pep-0427.txt +++ b/pep-0427.txt @@ -5,7 +5,7 @@ Last-Modified: $Date$ Author: Daniel Holth BDFL-Delegate: Nick Coghlan Discussions-To: -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 20-Sep-2012 diff --git a/pep-0506.txt b/pep-0506.txt index a04df819d..ab4f8d5f2 100644 --- a/pep-0506.txt +++ b/pep-0506.txt @@ -3,7 +3,7 @@ Title: Adding A Secrets Module To The Standard Library Version: $Revision$ Last-Modified: $Date$ Author: Steven D'Aprano -Status: Accepted +Status: Final Type: Standards Track Content-Type: text/x-rst Created: 19-Sep-2015 diff --git a/pep-0539.txt b/pep-0539.txt index 9f92da4c0..aaeb47f0c 100644 --- a/pep-0539.txt +++ b/pep-0539.txt @@ -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