PEP 5, 6: Mark as Superseded (#3547)
These are both marked as Active, but neither represents current practice. PEP 5 has been replaced by PEP 387, the backwards compatibility policy. PEP 6 concerns bugfix releases. The procedure for those is now documented at https://devguide.python.org/developer-workflow/development-cycle/
This commit is contained in:
parent
12e276545d
commit
8cf69d6227
|
@ -1,11 +1,12 @@
|
||||||
PEP: 5
|
PEP: 5
|
||||||
Title: Guidelines for Language Evolution
|
Title: Guidelines for Language Evolution
|
||||||
Author: Paul Prescod <paul@prescod.net>
|
Author: Paul Prescod <paul@prescod.net>
|
||||||
Status: Active
|
Status: Superseded
|
||||||
Type: Process
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 26-Oct-2000
|
Created: 26-Oct-2000
|
||||||
Post-History:
|
Post-History:
|
||||||
|
Superseded-By: 387
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
|
@ -1,12 +1,16 @@
|
||||||
PEP: 6
|
PEP: 6
|
||||||
Title: Bug Fix Releases
|
Title: Bug Fix Releases
|
||||||
Author: Aahz <aahz@pythoncraft.com>, Anthony Baxter <anthony@interlink.com.au>
|
Author: Aahz <aahz@pythoncraft.com>, Anthony Baxter <anthony@interlink.com.au>
|
||||||
Status: Active
|
Status: Superseded
|
||||||
Type: Process
|
Type: Process
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Created: 15-Mar-2001
|
Created: 15-Mar-2001
|
||||||
Post-History: 15-Mar-2001, 18-Apr-2001, 19-Aug-2004
|
Post-History: 15-Mar-2001, 18-Apr-2001, 19-Aug-2004
|
||||||
|
|
||||||
|
.. note:: This PEP is obsolete.
|
||||||
|
The current release policy is documented in `the devguide
|
||||||
|
<https://devguide.python.org/developer-workflow/development-cycle/>`__.
|
||||||
|
See also :pep:`101` for mechanics of the release process.
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue