summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorFELD Boris <lothiraldan@gmail.com>2012-09-19 14:39:05 +0200
committerFELD Boris <lothiraldan@gmail.com>2012-09-19 14:39:05 +0200
commit10e92212351ce62e213c068b99833cd573df7ce1 (patch)
treed0691f95160ba4a6d9aaa634e02e17d628ef95ce /ChangeLog
parent44db90cd6c79d9b25d55f30b5576a05d2c4d79f2 (diff)
downloadpylint-10e92212351ce62e213c068b99833cd573df7ce1.tar.gz
Add test and code for handling __all__ with pylint. Closes #4685.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index e45a3ed..d23d5b6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,12 +5,15 @@ ChangeLog for PyLint
* #100707: check for boolop being used as exception class, introducing
new W0711 message (patch by Tim Hatch)
+ * #4014: improve checking of metaclass methods first args, introducing
+ new C0204 message (patch by lothiraldan@gmail.com finalized by sthenault)
+
+ * #4685: check for consistency of a module's __all__ variable,
+ introducing new E0603 message
+
* #100654: fix grammatical error for W0332 message (using 'l' as
long int identifier)
- * #4014: Improve checking of metaclass methods first args, introducing
- new C0204 message (patch by lothiraldan@gmail.com finalized by sthenault)
-
* fix cross-interpreter issue (non compatible access to __builtins__)
* stop including tests files in distribution, they causes crash when