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 fc0b4ec8c0630048937dcf7f300aa3f8ef538367
5 changes: 3 additions & 2 deletions developer-workflow/cpython-deprecation-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,9 @@ After the deprecation period (typically 2+ releases):
* Update documentation, removing references to the deprecated feature.
* Include the removal in the "What's New" for the release.

6. PendingDeprecationWarning Workflow
-------------------------------------
``PendingDeprecationWarning`` workflow
Copy link
Member

Choose a reason for hiding this comment

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

This stage seems odd, how often is this done?

--------------------------------------

For gradual deprecations:

* **Use Case**: When you want to signal future deprecation but not yet alert end-users.
Expand Down