summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst')
-rw-r--r--Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst b/Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst
deleted file mode 100644
index 6eff636..0000000
--- a/Misc/NEWS.d/next/Library/2017-08-10-13-20-02.bpo-31151.730VBI.rst
+++ /dev/null
@@ -1,2 +0,0 @@
-socketserver.ForkingMixIn.server_close() now waits until all child processes
-completed to prevent leaking zombie processes.