PEP 602: Mark as Active Process (#3736)
This commit is contained in:
parent
f22614f903
commit
ccc89f23a1
|
@ -1,13 +1,10 @@
|
||||||
PEP: 602
|
PEP: 602
|
||||||
Title: Annual Release Cycle for Python
|
Title: Annual Release Cycle for Python
|
||||||
Version: $Revision$
|
|
||||||
Last-Modified: $Date$
|
|
||||||
Author: Łukasz Langa <lukasz@python.org>
|
Author: Łukasz Langa <lukasz@python.org>
|
||||||
PEP-Delegate: Brett Cannon <brett@python.org>
|
PEP-Delegate: Brett Cannon <brett@python.org>
|
||||||
Discussions-To: https://discuss.python.org/t/pep-602-annual-release-cycle-for-python/2296/
|
Discussions-To: https://discuss.python.org/t/pep-602-annual-release-cycle-for-python/2296/
|
||||||
Status: Accepted
|
Status: Active
|
||||||
Type: Informational
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
|
||||||
Created: 04-Jun-2019
|
Created: 04-Jun-2019
|
||||||
Python-Version: 3.9
|
Python-Version: 3.9
|
||||||
Post-History: `09-Oct-2023 <https://discuss.python.org/t/27002>`__
|
Post-History: `09-Oct-2023 <https://discuss.python.org/t/27002>`__
|
||||||
|
@ -340,13 +337,3 @@ Copyright
|
||||||
|
|
||||||
This document is placed in the public domain or under the
|
This document is placed in the public domain or under the
|
||||||
CC0-1.0-Universal license, whichever is more permissive.
|
CC0-1.0-Universal license, whichever is more permissive.
|
||||||
|
|
||||||
|
|
||||||
..
|
|
||||||
Local Variables:
|
|
||||||
mode: indented-text
|
|
||||||
indent-tabs-mode: nil
|
|
||||||
sentence-end-double-space: t
|
|
||||||
fill-column: 72
|
|
||||||
coding: utf-8
|
|
||||||
End:
|
|
||||||
|
|
Loading…
Reference in New Issue