Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bad17e7

Browse files
committed
Added comment about sys.maxint to whatsnew. Issue python#1930
1 parent f534f7b commit bad17e7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Doc/whatsnew/3.0.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,8 @@ language and built-in functions.
248248
built-in integral type, named ``int``; but it behaves like the old
249249
``long`` type, with the exception that the literal suffix ``L`` is
250250
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.
251253

252254
* PEP 238: int division returns a float.
253255

0 commit comments

Comments
 (0)