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:
Jelle Zijlstra 2023-11-28 06:46:07 -08:00 committed by GitHub
parent 12e276545d
commit 8cf69d6227
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,12 @@
PEP: 5
Title: Guidelines for Language Evolution
Author: Paul Prescod <paul@prescod.net>
Status: Active
Status: Superseded
Type: Process
Content-Type: text/x-rst
Created: 26-Oct-2000
Post-History:
Superseded-By: 387
Abstract

View File

@ -1,12 +1,16 @@
PEP: 6
Title: Bug Fix Releases
Author: Aahz <aahz@pythoncraft.com>, Anthony Baxter <anthony@interlink.com.au>
Status: Active
Status: Superseded
Type: Process
Content-Type: text/x-rst
Created: 15-Mar-2001
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