You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flowchart LR
Draft --> Accepted
Draft --> Provisional
Draft --> Rejected
Draft --> Withdrawn
Draft <--> Deferred
Accepted --> Final
Final -.-> Replaced
Provisional --> Final
Provisional -.-> Rejected
Provisional -.-> Withdrawn
Active
Loading
PEP 1 continues:
While not shown in the diagram, “Accepted” PEPs may technically move to “Rejected” or “Withdrawn” even after acceptance. This will only occur if the implementation process reveals fundamental flaws in the design that were not noticed prior to acceptance of the PEP. Unlike Provisional PEPs, these transitions are only permitted if the accepted proposal has not been included in a Python release - released changes must instead go through the regular deprecation process (which may require a new PEP providing the rationale for the deprecation).
Adding Accepted to Rejected and Withdrawn:
flowchart LR
Draft --> Accepted
Draft --> Provisional
Draft --> Rejected
Draft --> Withdrawn
Draft <--> Deferred
Accepted --> Final
Accepted --> Rjected
Accepted --> Withdrawn
Final -.-> Replaced
Provisional --> Final
Provisional -.-> Rejected
Provisional -.-> Withdrawn
Active
Loading
The text was updated successfully, but these errors were encountered:
https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
https://peps.python.org/pep-0001/#pep-review-resolution
As a Mermaid flowchart:
PEP 1 continues:
Adding Accepted to Rejected and Withdrawn:
The text was updated successfully, but these errors were encountered: