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 207294f77393e8f067da6964296de89a6ba35803
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