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 4667337 commit 2038da2Copy full SHA for 2038da2
1 file changed
pep-0387.txt
@@ -127,7 +127,7 @@ the deprecated API.
127
The documentation of a soft deprecation should explain why the API
128
should be avoided, and if possible propose a replacement.
129
130
-Soft deprecation warnings are ignored by default. However, if the Python
+Soft deprecation warnings are not issued in a normal invocation of Python. However, if the Python
131
development mode is enabled, or if Python is built in debug mode, these
132
warnings are displayed. The ``SoftDeprecationWarning`` category (new in
133
Python 3.13) can be used to filter these warnings.
0 commit comments