summaryrefslogtreecommitdiff
path: root/docs/source
diff options
context:
space:
mode:
authorAnthony Sottile <asottile@umich.edu>2019-10-28 17:06:25 +0000
committerAnthony Sottile <asottile@umich.edu>2019-10-28 17:06:25 +0000
commitee740f4a92b2856e7c62f12c37abd6f8b9b987ff (patch)
treed1d914f2d23dc02b6d8e65fb2330d221dcdc54f0 /docs/source
parentaa792d2930b8f6dada3f6305e8a3704d2d191005 (diff)
parent04f49a7a777c3ceb14b8e8d5b52b12366f84f9a7 (diff)
downloadflake8-ee740f4a92b2856e7c62f12c37abd6f8b9b987ff.tar.gz
Merge branch 'backport_pr_366' into '3.7-maintenance'
[3.7] Only use multiprocessing when the method is fork See merge request pycqa/flake8!367
Diffstat (limited to 'docs/source')
-rw-r--r--docs/source/internal/utils.rst6
1 files changed, 0 insertions, 6 deletions
diff --git a/docs/source/internal/utils.rst b/docs/source/internal/utils.rst
index 31e0d39..bd1479e 100644
--- a/docs/source/internal/utils.rst
+++ b/docs/source/internal/utils.rst
@@ -64,12 +64,6 @@ allows plugins to use this to retrieve ``stdin`` if necessary.
This provides a convenient and explicitly named function that checks if we are
currently running on a Windows (or ``nt``) operating system.
-.. autofunction:: flake8.utils.can_run_multiprocessing_on_windows
-
-This provides a separate and distinct check from
-:func:`~flake8.utils.is_windows` that allows us to check if the version of
-Python we're using can actually use multiprocessing on Windows.
-
.. autofunction:: flake8.utils.is_using_stdin
Another helpful function that is named only to be explicit given it is a very