diff options
author | brian.curtin <brian@python.org> | 2011-04-11 23:18:20 (GMT) |
---|---|---|
committer | brian.curtin <brian@python.org> | 2011-04-11 23:18:20 (GMT) |
commit | f7eac1ffb4e24e84a3bd679a258183a05926e3a8 (patch) | |
tree | e66917447edb1dcc3556adee649b81da98957f8d /Misc | |
parent | 727b498102ff1d6e9055f203314307a33677578d (diff) | |
parent | 628f980635fe3a77cdd50e3700117d421b6482f1 (diff) | |
download | cpython-f7eac1ffb4e24e84a3bd679a258183a05926e3a8.zip cpython-f7eac1ffb4e24e84a3bd679a258183a05926e3a8.tar.gz cpython-f7eac1ffb4e24e84a3bd679a258183a05926e3a8.tar.bz2 |
Add NEWS item for #5162.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -53,6 +53,9 @@ Core and Builtins Library ------- +- Issue #5162: Treat services like frozen executables to allow child spawning + from multiprocessing.forking on Windows. + - Issue #11814: Fix likely typo in multiprocessing.Pool._terminate(). - Issue #11747: Fix range formatting in difflib.context_diff() and |