From 8cf69d6227b1376604cf84f1ea3a6f525c9eae6c Mon Sep 17 00:00:00 2001 From: Jelle Zijlstra Date: Tue, 28 Nov 2023 06:46:07 -0800 Subject: [PATCH] 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/ --- peps/pep-0005.rst | 3 ++- peps/pep-0006.rst | 6 +++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/peps/pep-0005.rst b/peps/pep-0005.rst index d829e9373..75e73d80e 100644 --- a/peps/pep-0005.rst +++ b/peps/pep-0005.rst @@ -1,11 +1,12 @@ PEP: 5 Title: Guidelines for Language Evolution Author: Paul Prescod -Status: Active +Status: Superseded Type: Process Content-Type: text/x-rst Created: 26-Oct-2000 Post-History: +Superseded-By: 387 Abstract diff --git a/peps/pep-0006.rst b/peps/pep-0006.rst index fd5389929..190207357 100644 --- a/peps/pep-0006.rst +++ b/peps/pep-0006.rst @@ -1,12 +1,16 @@ PEP: 6 Title: Bug Fix Releases Author: Aahz , Anthony Baxter -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 + `__. + See also :pep:`101` for mechanics of the release process. Abstract