Skip to content

Commit a9874e7

Browse files
committed
Use .. versionchanged:: next
1 parent 199a879 commit a9874e7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/functions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ are always available. They are listed here in alphabetical order.
466466
Passing a complex number as the *real* or *imag* argument is now
467467
deprecated; it should only be passed as a single positional argument.
468468

469-
.. versionchanged:: 3.15
469+
.. versionchanged:: next
470470
``'−'`` (Unicode minus sign, U+2212) can be now used as an
471471
alternative to ``'-'`` (ASCII hyphen minus) for denoting
472472
negative sign.
@@ -833,7 +833,7 @@ are always available. They are listed here in alphabetical order.
833833
.. versionchanged:: 3.8
834834
Falls back to :meth:`~object.__index__` if :meth:`~object.__float__` is not defined.
835835

836-
.. versionchanged:: 3.15
836+
.. versionchanged:: next
837837
Added support for ```` (Unicode minus sign, U+2212) as an
838838
alternative to ``-`` (ASCII hyphen minus) for denoting negative
839839
floats.
@@ -1092,7 +1092,7 @@ are always available. They are listed here in alphabetical order.
10921092
.. versionchanged:: 3.14
10931093
:func:`int` no longer delegates to the :meth:`~object.__trunc__` method.
10941094

1095-
.. versionchanged:: 3.15
1095+
.. versionchanged:: next
10961096
:func:`int` now supports ```` (Unicode minus sign, U+2212)
10971097
as an alternative to ``-`` (ASCII hyphen minus) for denoting
10981098
negative integers.

0 commit comments

Comments
 (0)