summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorflorentx <florent.xicluna@gmail.com>2010-08-29 20:02:10 +0200
committerflorentx <florent.xicluna@gmail.com>2010-08-29 20:02:10 +0200
commit5ff4427e029bdd97ff5bf7196713e31a50ec3d33 (patch)
treeb0872a5efc8e07f09fba7de0db22126788361920 /CHANGES.txt
parent420e3b24381fb38b7caca0e57cb69b3b22f2958b (diff)
downloadpep8-5ff4427e029bdd97ff5bf7196713e31a50ec3d33.tar.gz
Add tests, and changelog entry about W293.
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 88d8505..feaf7f9 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -5,6 +5,10 @@ Changelog
0.5.1 (unreleased)
------------------
+* Blank lines with spaces yield W293 instead of W291: some developers
+ want to ignore this warning and indent the blank lines to paste their
+ code easily in the Python interpreter.
+
* Fix E301: do not require a blank line before an indented block. (Issue #14)
* Fix E203 to accept NumPy slice notation ``a[0, :]``. (Issue #13)