diff options
author | Ian Lee <IanLee1521@gmail.com> | 2016-09-29 08:47:20 -0700 |
---|---|---|
committer | Ian Lee <IanLee1521@gmail.com> | 2016-09-29 08:47:20 -0700 |
commit | 5c4ca67b970258cd4c5ab0e36967b81255911fdb (patch) | |
tree | c5a5856ac0be887e74a78660307a98e247572805 /CHANGES.txt | |
parent | 24611d1c6fc0a5b40242762ab7e61817357742f1 (diff) | |
download | pep8-5c4ca67b970258cd4c5ab0e36967b81255911fdb.tar.gz |
Fixed line wrapping in CHANGELOG
Diffstat (limited to 'CHANGES.txt')
-rw-r--r-- | CHANGES.txt | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index bedca15..1ade361 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,15 +11,18 @@ Announcements: Changes: * Report E302 for blank lines before an "async def"; #556 -* Update our list of tested and supported Python versions which are 2.6, 2.7, 3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy. +* Update our list of tested and supported Python versions which are 2.6, 2.7, + 3.2, 3.3, 3.4 and 3.5 as well as the nightly Python build and PyPy. * Report E742 and E743 for functions and classes badly named 'l', 'O', or 'I'. -* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited single-letter variables. +* Report E741 on 'global' and 'nonlocal' statements, as well as prohibited + single-letter variables. Bugs: -* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle 2.0.0; #561 +* Fix opt_type AssertionError when using Flake8 2.6.2 and pycodestyle; #561 * Require two blank lines after toplevel def, class; #536 -* Remove accidentally quadratic computation based on the number of colons. This will make pycodestyle faster in some cases; #314 +* Remove accidentally quadratic computation based on the number of colons. This + will make pycodestyle faster in some cases; #314 2.0.0 (2016-05-31) ------------------ |