File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments