Skip to content

Commit 4bedec6

Browse files
committed
Obviously, this is not going in 3.13...
1 parent 1d0c6c5 commit 4bedec6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Doc/library/functions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ are always available. They are listed here in alphabetical order.
728728
.. versionchanged:: 3.8
729729
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
730730

731-
.. versionchanged:: 3.13
731+
.. versionchanged:: 3.14
732732
Added support for hexadecimal floating-point numbers.
733733

734734

Doc/reference/lexical_analysis.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -976,7 +976,7 @@ Some examples of floating point literals::
976976
.. versionchanged:: 3.6
977977
Underscores are now allowed for grouping purposes in literals.
978978

979-
.. versionchanged:: 3.13
979+
.. versionchanged:: 3.14
980980
Added support for hexadecimal floating-point literals.
981981

982982

0 commit comments

Comments
 (0)