diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-03 13:38:32 +0200 |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2012-06-03 13:38:32 +0200 |
commit | 9418bb7cee46ce5eb7ebbb24814da8e304312ca3 (patch) | |
tree | 0079c454d1b2ffb0cfb19173d1e4ec5b91ffa611 /CHANGES.txt | |
parent | ce11d984df04fdbef7a261f31bd9a4b498859ddb (diff) | |
download | pep8-9418bb7cee46ce5eb7ebbb24814da8e304312ca3.tar.gz |
More robust readlines().
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index c0a44d8..d35c418 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -15,7 +15,7 @@ Changelog * Suggest less error-prone alternatives for E712 errors. -* Rewrite E27 checks to run faster. +* Rewrite checkers to run faster (E22, E251, E27). * Fixed a crash when parsed code is invalid (too many closing brackets). @@ -25,6 +25,8 @@ Changelog * Correctly report the count of failures and set the exit code to 1 when the ``--doctest`` or the ``--testsuite`` fails. +* Correctly detect the encoding in Python 3. (Issue #69) + 1.2 (2012-06-01) ---------------- |