File tree 1 file changed +5
-9
lines changed
1 file changed +5
-9
lines changed Original file line number Diff line number Diff line change @@ -1150,16 +1150,12 @@ Glossary
1150
1150
(subscript) notation uses :class: `slice ` objects internally.
1151
1151
1152
1152
soft deprecated
1153
- A soft deprecation can be used when using an API which should no longer
1154
- be used to write new code, but it remains safe to continue using it in
1155
- existing code. The API remains documented and tested, but will not be
1156
- developed further (no enhancement).
1153
+ A soft deprecated API should not be used in new code,
1154
+ but it is safe for already existing code to use it.
1155
+ The API remains documented and tested, but will not be enhanced further.
1157
1156
1158
- The main difference between a "soft" and a (regular) "hard" deprecation
1159
- is that the soft deprecation does not imply scheduling the removal of the
1160
- deprecated API.
1161
-
1162
- Another difference is that a soft deprecation does not issue a warning.
1157
+ Soft deprecation, unlike normal deprecation, does not plan on removing the API
1158
+ and will not emit warnings.
1163
1159
1164
1160
See `PEP 387: Soft Deprecation
1165
1161
<https://peps.python.org/pep-0387/#soft-deprecation> `_.
You can’t perform that action at this time.
0 commit comments