summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-01-26 22:43:46 -0800
committerIan Lee <IanLee1521@gmail.com>2015-01-26 22:43:46 -0800
commitbcd5d2bae39bc2b43c02f394fea9950f40099199 (patch)
tree568c464f4e883a3fbdfb1d2b21b919f4045e8151 /CHANGES.txt
parentf7a9648da6245738b72fcd664a20168d54953ee7 (diff)
parent4579585f1441dc4bb4a9b44f58b2fbe2ef3c77dd (diff)
downloadpep8-bcd5d2bae39bc2b43c02f394fea9950f40099199.tar.gz
Merge branch 'issue-363' into master
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 96cf062..1caba39 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -51,6 +51,9 @@ Bug fixes:
* Do not skip physical checks if the newline is escaped. (Issue #319)
+* Flush sys.stdout to avoid race conditions with printing. See flake8 bug:
+ https://gitlab.com/pycqa/flake8/issues/17 for more details. (Issue #363)
+
1.5.7 (2014-05-29)
------------------