summaryrefslogtreecommitdiff
path: root/docs/source/release-notes
diff options
context:
space:
mode:
Diffstat (limited to 'docs/source/release-notes')
-rw-r--r--docs/source/release-notes/3.0.3.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/source/release-notes/3.0.3.rst b/docs/source/release-notes/3.0.3.rst
index ded24c7..0361879 100644
--- a/docs/source/release-notes/3.0.3.rst
+++ b/docs/source/release-notes/3.0.3.rst
@@ -1,6 +1,9 @@
3.0.3 -- 2016-07-28 (unreleased)
--------------------------------
+- Disable ``--jobs`` for any version of Python on Windows.
+ (See also `this Python bug report`_)
+
- Fix ``# noqa`` comments followed by a ``:`` and explanation broken by
3.0.0 (See also `GitLab#178`_)
@@ -12,3 +15,6 @@
https://gitlab.com/pycqa/flake8/issues/178
.. _GitLab#195:
https://gitlab.com/pycqa/flake8/issues/195
+
+.. _this Python bug report:
+ https://bugs.python.org/issue27649