summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-01-25 22:59:12 (GMT)
committerGitHub <noreply@github.com>2019-01-25 22:59:12 (GMT)
commit4e02f8f8b4baab63f927cfd87b401200ba2969e9 (patch)
treef3a946b168fc3c72b7b6afda4a164b2d008e096b /Misc/NEWS.d
parent3bab40db96efda2e127ef84e6501fda0cdc4f5b8 (diff)
downloadcpython-4e02f8f8b4baab63f927cfd87b401200ba2969e9.zip
cpython-4e02f8f8b4baab63f927cfd87b401200ba2969e9.tar.gz
cpython-4e02f8f8b4baab63f927cfd87b401200ba2969e9.tar.bz2
bpo-35797: Fix default executable used by the multiprocessing module (GH-11676)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-01-25-12-29-14.bpo-35797.MzyOK9.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-01-25-12-29-14.bpo-35797.MzyOK9.rst b/Misc/NEWS.d/next/Windows/2019-01-25-12-29-14.bpo-35797.MzyOK9.rst
new file mode 100644
index 0000000..a0745f5
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-01-25-12-29-14.bpo-35797.MzyOK9.rst
@@ -0,0 +1 @@
+Fix default executable used by the multiprocessing module