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.
soft-deprecated
1 parent 76bb6bb commit 2a426abCopy full SHA for 2a426ab
documentation/markup.rst
@@ -1144,6 +1144,19 @@ units as well as normal text:
1144
1145
.. deprecated-removed:: next 4.0
1146
1147
+.. describe:: soft-deprecated
1148
+
1149
+ Indicates the version from which the described feature is :term:`soft deprecated`.
1150
1151
+ There is one required argument: the version from which the feature is soft
1152
+ deprecated.
1153
+ Similarly to ``deprecated``, you should use the word ``next`` to indicate
1154
+ the API will be first soft deprecated in the upcoming release.
1155
1156
+ Example::
1157
1158
+ .. soft-deprecated:: next
1159
1160
.. describe:: impl-detail
1161
1162
This directive is used to mark CPython-specific information. Use either with
0 commit comments