@@ -458,15 +458,15 @@ PEP Maintenance
458
458
---------------
459
459
460
460
In general, PEPs are no longer substantially modified after they have reached
461
- the Final, Rejected or Superseded state. Once a PEP has been completed ,
462
- it is considered to be a historical document rather than living specifications .
461
+ the Accepted, Final, Rejected or Superseded state. Once resolution is reached ,
462
+ a PEP is considered a historical document rather than a living specification .
463
463
Formal documentation of the expected behavior should be maintained elsewhere,
464
464
such as the `Language Reference`_ for core features, the `Library Reference`_
465
465
for standard library modules or the `PyPA Specifications`_ for packaging.
466
466
467
467
If changes based on implementation experience and user feedback are made to
468
- Standards track PEPs while in the Accepted or Provisional state, they
469
- should be noted in the PEP, such that the PEP accurately describes the state of
468
+ Standards track PEPs while in the Provisional or (with SC approval) Accepted
469
+ state, they should be noted in the PEP, such that the PEP accurately describes
470
470
the implementation at the point where it is marked Final.
471
471
472
472
Active Informational and Process PEPs may be updated over time to reflect
@@ -475,8 +475,9 @@ followed in these cases will depend on the nature and purpose of the PEP
475
475
being updated. Substantive changes to governance PEPs must be reviewed by the
476
476
Steering Council (by opening a `Steering Council issue`_).
477
477
478
- Draft PEPs are freely open for discussion and proposed modification until
479
- submitted to the Steering Council or PEP-Delegate for review and resolution.
478
+ Draft PEPs are freely open for discussion and proposed modification,
479
+ at the discretion of the authors, until submitted to the
480
+ Steering Council or PEP-Delegate for review and resolution.
480
481
Substantive content changes should generally be first proposed on
481
482
the PEP's discussion thread listed in its ``Discussions-To`` header.
482
483
Occasionally, a Deferred or even a Withdrawn PEP may be resurrected
0 commit comments