We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da34675 commit 7680e2fCopy full SHA for 7680e2f
CHANGES.txt
@@ -2,14 +2,24 @@ Changelog
2
=========
3
4
5
-1.6.x (unreleased)
+1.6.3 (unreleased)
6
------------------
7
8
+Announcements:
9
+
10
+* Repository moved to PyCQA Organization on GitHub:
11
+ https://github.com/pycqa/pep8
12
13
Changes:
14
15
* Reverted the fix in #368, "options passed on command line are only ones
16
accepted" feature. This has many unintended consequences in pep8 and flake8
17
and needs to be reworked when I have more time.
18
+* Added support for Python 3.5. (Issue #420)
19
20
+Bugs:
21
22
+* Fixed BytesWarning on Python 3. (Issue #459)
23
24
1.6.2 (2015-02-15)
25
0 commit comments