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 1d0c6c5 commit 4bedec6Copy full SHA for 4bedec6
Doc/library/functions.rst
@@ -728,7 +728,7 @@ are always available. They are listed here in alphabetical order.
728
.. versionchanged:: 3.8
729
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
730
731
- .. versionchanged:: 3.13
+ .. versionchanged:: 3.14
732
Added support for hexadecimal floating-point numbers.
733
734
Doc/reference/lexical_analysis.rst
@@ -976,7 +976,7 @@ Some examples of floating point literals::
976
.. versionchanged:: 3.6
977
Underscores are now allowed for grouping purposes in literals.
978
979
-.. versionchanged:: 3.13
+.. versionchanged:: 3.14
980
Added support for hexadecimal floating-point literals.
981
982
0 commit comments