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 e853a0f commit 5eb8875Copy full SHA for 5eb8875
Doc/library/functions.rst
@@ -823,7 +823,7 @@ are always available. They are listed here in alphabetical order.
823
.. versionchanged:: 3.8
824
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
825
826
- .. versionchanged:: 3.14
+ .. versionchanged:: next
827
Added support for hexadecimal floating-point numbers.
828
829
Doc/reference/lexical_analysis.rst
@@ -974,7 +974,7 @@ Some examples of floating-point literals::
974
.. versionchanged:: 3.6
975
Underscores are now allowed for grouping purposes in literals.
976
977
-.. versionchanged:: 3.14
+.. versionchanged:: next
978
Added support for hexadecimal floating-point literals.
979
980
0 commit comments