Commit bad17e7b authored by Christian Heimes's avatar Christian Heimes

Added comment about sys.maxint to whatsnew. Issue #1930

parent f534f7b7
......@@ -248,6 +248,8 @@ language and built-in functions.
built-in integral type, named ``int``; but it behaves like the old
``long`` type, with the exception that the literal suffix ``L`` is
neither supported by the parser nor produced by ``repr()`` anymore.
``sys.maxint`` was also removed since the int type has maximum
value anymore.
* PEP 238: int division returns a float.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment