summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorBrett Cannon <brett@python.org>2014-10-03 13:42:33 -0400
committerBrett Cannon <brett@python.org>2014-10-03 13:42:33 -0400
commit5a4e8a8c898a371e755c681f387b15db5c569f5e (patch)
treefbc779f053321f10a2c7bd2740251ae41cb6dc7d /CONTRIBUTORS.txt
parent11f7f4f337a97f102173f43d2f891c2910492a48 (diff)
downloadpylint-5a4e8a8c898a371e755c681f387b15db5c569f5e.tar.gz
Introduce a Python 3 checker.
Start with checking for built-ins that are not available in Python 3 and magic methods which have no equivalent. Part of issue #20.
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 4dd1a54..941f551 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -41,7 +41,8 @@ Order doesn't matter (not that much, at least ;)
* David Lindquist: logging-format-interpolation warning.
-* Brett Cannon: Port source code to be Python 2/3 compatible.
+* Brett Cannon: Port source code to be Python 2/3 compatible, Python 3
+ checker.
* Wolfgang Grafen, Axel Muller, Fabio Zadrozny, Pierre Rouleau,
Maarten ter Huurne, Mirko Friedenhagen and all the Logilab's team (among others):