summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:57:51 +0200
committerFlorent Xicluna <florent.xicluna@gmail.com>2014-05-29 19:57:51 +0200
commit4c5bf00cb613be617c7f48d3b2b82a1c7b895ac1 (patch)
tree6201d93d292df1e0c2ead7aca926390af60edb2d /CHANGES.txt
parent999e3357c73a48fea6df8a772435af696b3f01c0 (diff)
downloadpep8-4c5bf00cb613be617c7f48d3b2b82a1c7b895ac1.tar.gz
Do not report E704 in the default configuration; issue #277
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index e18add4..4bcfcf7 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -7,10 +7,11 @@ Changelog
* Report E731 for lambda assignment. (Issue #277)
-* Report E704 for one-liner def instead of E701. (Issue #277)
+* Report E704 for one-liner def instead of E701.
+ Do not report this error in the default configuration. (Issue #277)
* Replace codes E111, E112 and E113 with codes E114, E115 and E116
- for wrong indentation of comments. (Issue #274)
+ for bad indentation of comments. (Issue #274)
* Report E266 instead of E265 when the block comment starts with
multiple ``#``. (Issue #270)