Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update developer-workflow/cpython-deprecation-workflow.rst
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
Lincoln-developer and AA-Turner authored Nov 8, 2024
commit 7029868c3b6ce58296a84b5526c0ab77907584b5
7 changes: 4 additions & 3 deletions developer-workflow/cpython-deprecation-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ Track deprecations
* **Monitor Usage**: After the release, observe community feedback. Deprecations may remain longer than the minimum period if low maintenance overhead is expected or usage is widespread.
* **Timeline Review**: Use GitHub milestones or specific deprecation tracking issues to manage timelines.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub milestones

These are not used in CPython?


5. Plan Removal
---------------
After the deprecation period (typically 2+ releases):
Plan removal
------------

After the deprecation period (not less than two releases):

* Open a new issue for removal.
* Follow removal steps:
Expand Down