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.
1 parent f534f7b commit bad17e7Copy full SHA for bad17e7
1 file changed
Doc/whatsnew/3.0.rst
@@ -248,6 +248,8 @@ language and built-in functions.
248
built-in integral type, named ``int``; but it behaves like the old
249
``long`` type, with the exception that the literal suffix ``L`` is
250
neither supported by the parser nor produced by ``repr()`` anymore.
251
+ ``sys.maxint`` was also removed since the int type has maximum
252
+ value anymore.
253
254
* PEP 238: int division returns a float.
255
0 commit comments