diff options
| -rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -48,6 +48,9 @@ Core and Builtins Library ------- + - Issue #5162: Treat services like frozen executables to allow child spawning + from multiprocessing.forking on Windows. + - Issue #10963: Ensure that subprocess.communicate() never raises EPIPE. - Issue #11696: Fix ID generation in msilib. |
