summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
authorIan Cordasco <graffatcolmingov@gmail.com>2016-07-29 17:18:47 -0500
committerIan Cordasco <graffatcolmingov@gmail.com>2016-07-29 18:14:14 -0500
commite93aad6043f870d04648e7e0af983248ec60c9ef (patch)
tree3b2d75b5aedc6052e23fdcc1288db8d53b43d8a6 /docs/source/release-notes
parent971dcc16f081203ec0374c50a75b84d8cc089025 (diff)
downloadflake8-e93aad6043f870d04648e7e0af983248ec60c9ef.tar.gz
Open our output file in append mode always
This avoid overwriting portions of our log output when using Flake8 in verbose mode. Closes #193
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.0.3.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/docs/source/release-notes/3.0.3.rst b/docs/source/release-notes/3.0.3.rst
index 17a13b1..92252ac 100644
--- a/docs/source/release-notes/3.0.3.rst
+++ b/docs/source/release-notes/3.0.3.rst
@@ -16,12 +16,18 @@
not updated for the current version of flake8. This is nicer than raising a
`PicklingError` about failing to pickle a module (See also `GitLab#164`_)
+- Always open our output file in append mode so we do not overwrite log
+ messages. (See also `GitLab#193`_)
+
+
.. links
+.. _GitLab#164:
+ https://gitlab.com/pycqa/flake8/issues/164
.. _GitLab#178:
https://gitlab.com/pycqa/flake8/issues/178
+.. _GitLab#193:
+ https://gitlab.com/pycqa/flake8/issues/193
.. _GitLab#195:
https://gitlab.com/pycqa/flake8/issues/195
.. _this Python bug report:
https://bugs.python.org/issue27649
-.. _GitLab#164:
- https://gitlab.com/pycqa/flake8/issues/164