Thanks to visit codestin.com Credit goes to github.com
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 ba37524 commit 80fd785Copy full SHA for 80fd785
1 file changed
Doc/whatsnew/whatsnew23.tex
@@ -2073,6 +2073,11 @@ \section{Porting to Python 2.3}
2073
wrapped with a \class{_tkinter.Tcl_Obj} object if no Python equivalent
2074
exists.
2075
2076
+\item Large octal and hex literals such as
2077
+0xffffffff now trigger a \exception{FutureWarning} because currently
2078
+they're stored as 32-bit numbers and result in a negative value, but
2079
+in Python 2.4 they'll become positive long integers.
2080
+
2081
\item You can no longer disable assertions by assigning to \code{__debug__}.
2082
2083
\item The Distutils \function{setup()} function has gained various new
0 commit comments