summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBo Bayles <bbayles@gmail.com>2019-01-10 17:51:28 (GMT)
committerVictor Stinner <vstinner@redhat.com>2019-01-10 17:51:28 (GMT)
commitbab4bbb4c9cd5d25ede21a1b8c99d56e3b8dae9d (patch)
tree19d671a97e376652b382b89e6d8596f645fc3646 /Misc
parent572168a016ece1b7346695eb7289190c46f1ae55 (diff)
downloadcpython-bab4bbb4c9cd5d25ede21a1b8c99d56e3b8dae9d.zip
cpython-bab4bbb4c9cd5d25ede21a1b8c99d56e3b8dae9d.tar.gz
cpython-bab4bbb4c9cd5d25ede21a1b8c99d56e3b8dae9d.tar.bz2
bpo-32146: Add documentation about frozen executables on Unix (GH-5850)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst b/Misc/NEWS.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst
new file mode 100644
index 0000000..f071c71
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2018-02-25-10-17-23.bpo-32146.xOzUFW.rst
@@ -0,0 +1,2 @@
+Document the interaction between frozen executables and the spawn and
+forkserver start methods in multiprocessing.