summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 9074450c2..58dc72c6d 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -112,6 +112,7 @@ Order doesn't matter (not that much, at least ;)
* Roy Williams (Lyft): added check for implementing __eq__ without implementing __hash__,
Added Python 3 check for accessing Exception.message,
Added Python 3 check for calling encode/decode with invalid codecs.
+ Added Python 3 check for accessing sys.maxint
* Erik Eriksson - Added overlapping-except error check.