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 <9087854+AA-Turner@users.noreply.github.com>
  • Loading branch information
Lincoln-developer and AA-Turner authored Nov 8, 2024
commit a90e99a6ca87a9aa68001e13bde7d5bdc9f4debf
5 changes: 3 additions & 2 deletions developer-workflow/cpython-deprecation-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ Once approved:
* Include details in the "Porting" section of the "What's New" documentation.
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.

Suggested change
* Include details in the "Porting" section of the "What's New" documentation.
* Include details in the "New Deprecations" section of the "What's New" documentation.

* Update the ``pending-removal-in-{version}.rst`` file with the deprecation timeline.

4. Track Deprecations
---------------------
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?


Expand Down