diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-29 06:49:00 -0500 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-29 07:04:37 -0500 |
| commit | 429d8a196e1ad7317b195b07f0f6a06027d4476f (patch) | |
| tree | 960f0553e802054ea2007002e49e72c4ee43a71a /docs/source | |
| parent | 530767d36d1a23b986d62567b8364c263f7270ae (diff) | |
| download | flake8-429d8a196e1ad7317b195b07f0f6a06027d4476f.tar.gz | |
Diable multiprocessing behaviour on Windows
Due to https://bugs.python.org/issue27649, we cannot continue to
expect multiprocessing to work as we expect and document it on Windows.
As such, we are going to revert back to our previous behaviour of
disabling it across all versions of Python on Windows to provide the
default expected behaviour of Flake8 on that Operating System.
Diffstat (limited to 'docs/source')
| -rw-r--r-- | docs/source/release-notes/3.0.3.rst | 6 |
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 |
