We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fbd0b commit 207294fCopy full SHA for 207294f
developer-workflow/cpython-deprecation-workflow.rst
@@ -20,8 +20,9 @@ Start by creating a GitHub issue to propose the deprecation:
20
* Clearly describe the feature and why deprecation is needed.
21
* Encourage community feedback and suggestions.
22
23
-3. Deprecation Implementation
24
------------------------------
+Deprecation implementation
+--------------------------
25
+
26
Once approved:
27
28
* **Raise a Warning**: Use :func:`warnings.warn` with :exc:`DeprecationWarning` for typical cases.
0 commit comments