diff options
| author | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-29 12:16:45 +0000 |
|---|---|---|
| committer | Ian Cordasco <graffatcolmingov@gmail.com> | 2016-07-29 12:16:45 +0000 |
| commit | 20c619f649978ad99be7e43aa57e71e38d9ae9d2 (patch) | |
| tree | 960f0553e802054ea2007002e49e72c4ee43a71a /docs/source/release-notes | |
| parent | 530767d36d1a23b986d62567b8364c263f7270ae (diff) | |
| parent | 429d8a196e1ad7317b195b07f0f6a06027d4476f (diff) | |
| download | flake8-20c619f649978ad99be7e43aa57e71e38d9ae9d2.tar.gz | |
Merge branch 'diable-multiprocessing-on-win' into 'master'
Diable multiprocessing behaviour on Windows
*Description of changes*
Due to https://bugs.python.org/issue27649, while Flake8 can *run* with multiprocessing on Windows, it does not behave as we expect it to behave. To provide the best experience that is in agreement with our documentation, we must disable multiprocessing until https://bugs.python.org/issue27649 is fixed and released.
Closes #184
See merge request !105
Diffstat (limited to 'docs/source/release-notes')
| -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 |
