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 295ec17 commit af735f5Copy full SHA for af735f5
Doc/whatsnew/3.14.rst
@@ -661,6 +661,8 @@ sys
661
* On FreeBSD, :data:`sys.platform` doesn't contain the major version anymore.
662
It is always ``'freebsd'``, instead of ``'freebsd13'`` or ``'freebsd14'``.
663
664
+* Raise :exc:`DeprecationWarning` for :func:`sys._clear_type_cache`. This
665
+ function was deprecated in Python 3.13 but it didn't raise a runtime warning.
666
667
sys.monitoring
668
--------------
0 commit comments