Skip to content

Commit

Permalink
Update developer-workflow/cpython-deprecation-workflow.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Adam Turner <[email protected]>
  • Loading branch information
Lincoln-developer and AA-Turner authored Nov 8, 2024
1 parent b8fbd0b commit 207294f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions developer-workflow/cpython-deprecation-workflow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ Start by creating a GitHub issue to propose the deprecation:
* Clearly describe the feature and why deprecation is needed.
* Encourage community feedback and suggestions.

3. Deprecation Implementation
-----------------------------
Deprecation implementation
--------------------------

Once approved:

* **Raise a Warning**: Use :func:`warnings.warn` with :exc:`DeprecationWarning` for typical cases.
Expand Down

0 comments on commit 207294f

Please sign in to comment.