summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lee <IanLee1521@gmail.com>2015-01-12 23:54:55 -0800
committerIan Lee <IanLee1521@gmail.com>2015-01-12 23:54:55 -0800
commit4579585f1441dc4bb4a9b44f58b2fbe2ef3c77dd (patch)
tree249cdb6a6f5da5761c2e7d6f2d813ba6b46bc15e
parent73b1e63e48d46ba39ed13d775e8efdb784198cf3 (diff)
downloadpep8-issue-363.tar.gz
Update changelog for issue #363issue-363
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 774a90d..4e2adc0 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -47,6 +47,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)
------------------