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 907bfb1 commit a8cbdbfCopy full SHA for a8cbdbf
Doc/whatsnew/3.15.rst
@@ -1621,6 +1621,11 @@ New deprecations
1621
* Deprecated :func:`!typing.no_type_check_decorator` has been removed.
1622
(Contributed by Nikita Sobolev in :gh:`133601`.)
1623
1624
+* The ``__getformat__()`` class method of the :class:`float` is deprecated
1625
+ and will be removed in Python 3.20.
1626
+
1627
+ (Contributed by Sergey B Kirpichev in :gh:`145633`.)
1628
1629
* ``__version__``
1630
1631
* The ``__version__``, ``version`` and ``VERSION`` attributes have been
0 commit comments