summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 19c1a9d..a90aee9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -48,8 +48,8 @@ Core and Builtins
Library
-------
- - Issue #5162: Treat services like frozen executables to allow child spawning
- from multiprocessing.forking on Windows.
+- 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.