@@ -460,19 +460,25 @@ if they are never meant to be completed. E.g. :pep:`1` (this PEP).
460
460
PEP Maintenance
461
461
---------------
462
462
463
- In general, Standards track PEPs are no longer modified after they have
464
- reached the Final state. Once a PEP has been completed, the Language and
465
- Standard Library References become the formal documentation of the expected
466
- behavior.
463
+ In general, PEPs are no longer substantially modified after they have reached
464
+ the Accepted, Final, Rejected or Superseded state. Once resolution is reached,
465
+ a PEP is considered a historical document rather than a living specification.
466
+ Formal documentation of the expected behavior should be maintained elsewhere,
467
+ such as the `Language Reference`_ for core features, the `Library Reference`_
468
+ for standard library modules or the `PyPA Specifications`_ for packaging.
467
469
468
470
If changes based on implementation experience and user feedback are made to
469
- Standards track PEPs while in the Accepted or Provisional State, those changes
470
- should be noted in the PEP, such that the PEP accurately describes the state of
471
+ Standards track PEPs while in the Provisional or (with SC approval) Accepted
472
+ state, they should be noted in the PEP, such that the PEP accurately describes
471
473
the implementation at the point where it is marked Final.
472
474
473
- Informational and Process PEPs may be updated over time to reflect changes
474
- to development practices and other details. The precise process followed in
475
- these cases will depend on the nature and purpose of the PEP being updated.
475
+ Active (Informational and Process) PEPs may be updated over time to reflect
476
+ changes to development practices and other details. The precise process
477
+ followed in these cases will depend on the nature and purpose of the PEP
478
+ in question.
479
+
480
+ Occasionally, a Deferred or even a Withdrawn PEP may be resurrected
481
+ with major updates, but it is often better to just propose a new one.
476
482
477
483
478
484
What belongs in a successful PEP?
@@ -699,23 +705,21 @@ Alternatively, all support files may be placed in a subdirectory called
699
705
are no constraints on the names used in files.
700
706
701
707
702
- Reporting PEP Bugs, or Submitting PEP Updates
703
- =============================================
704
-
705
- How you report a bug, or submit a PEP update depends on several
706
- factors, such as the maturity of the PEP, the preferences of the PEP
707
- author, and the nature of your comments. For the early draft stages
708
- of the PEP, it's probably best to send your comments and changes
709
- directly to the PEP author. For more mature, or finished PEPs you may
710
- want to submit corrections as a `GitHub issue`_ or `GitHub pull request`_ so that
711
- your changes don't get lost.
708
+ Changing Existing PEPs
709
+ ======================
712
710
713
- When in doubt about where to send your changes, please check first
714
- with the PEP author and/or a PEP editor.
711
+ Draft PEPs are freely open for discussion and proposed modification, at the
712
+ discretion of the authors, until submitted to the Steering Council or
713
+ PEP-Delegate for review and resolution. Substantive content changes should
714
+ generally be first proposed on the PEP's discussion thread listed in its
715
+ ``Discussions-To`` header, while copyedits and corrections can be submitted
716
+ as a `GitHub issue`_ or `GitHub pull request`_.
717
+ PEP authors with write access to the PEP repository can update the PEPs
718
+ themselves by using ``git push`` or a GitHub PR to submit their changes.
719
+ For guidance on modifying other PEPs, consult the `PEP Maintenance`_ section.
715
720
716
- PEP authors with write access to the PEP repository can update the
717
- PEPs themselves by using "git push" or the GitHub PR interface to submit their
718
- changes.
721
+ See the `Contributing Guide`_ for additional details, and when in doubt,
722
+ please check first with the PEP author and/or a PEP editor.
719
723
720
724
721
725
Transferring PEP Ownership
@@ -858,6 +862,14 @@ Footnotes
858
862
859
863
.. _Packaging category: https://discuss.python.org/c/packaging/
860
864
865
+ .. _Language Reference: https://docs.python.org/3/reference/index.html
866
+
867
+ .. _Library Reference: https://docs.python.org/3/library/index.html
868
+
869
+ .. _PyPA Specifications: https://packaging.python.org/en/latest/specifications/
870
+
871
+ .. _Contributing Guide: https://github.com/python/peps/blob/main/CONTRIBUTING.rst
872
+
861
873
862
874
Copyright
863
875
=========
0 commit comments