summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoy Williams <roy.williams.iii@gmail.com>2016-11-29 12:54:52 -0800
committerGitHub <noreply@github.com>2016-11-29 12:54:52 -0800
commitb84ed3d16ea83e554381b2e9d97660d42d5ede1b (patch)
tree0e6958796a8a26d5c475280404ff8a3fb9b4c1c9 /ChangeLog
parent1b73f45d193e1710081924b591793b81883779f7 (diff)
downloadpylint-git-b84ed3d16ea83e554381b2e9d97660d42d5ede1b.tar.gz
Add a Python 3 warning about accessing sys.maxint (#1180)
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 993e53d1f..e1592a7cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -200,6 +200,9 @@ Release date: tba
Closes #1166
+ * Added a new Python 3 check for accessing 'sys.maxint' which was removed in Python 3 in favor
+ of 'sys.maxsize'
+
What's new in Pylint 1.6.3?
===========================