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 db4b382 commit 73d7393Copy full SHA for 73d7393
Doc/glossary.rst
@@ -1134,6 +1134,17 @@ Glossary
1134
when several are given, such as in ``variable_name[1:3:5]``. The bracket
1135
(subscript) notation uses :class:`slice` objects internally.
1136
1137
+ soft deprecated
1138
+ A soft deprecated API should not be used in new code,
1139
+ but it is safe for already existing code to use it.
1140
+ The API remains documented and tested, but will not be enhanced further.
1141
+
1142
+ Soft deprecation, unlike normal deprecation, does not plan on removing the API
1143
+ and will not emit warnings.
1144
1145
+ See `PEP 387: Soft Deprecation
1146
+ <https://peps.python.org/pep-0387/#soft-deprecation>`_.
1147
1148
special method
1149
.. index:: pair: special; method
1150
0 commit comments