[Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket
diff --git a/Misc/NEWS b/Misc/NEWS
index cd947a9..c140d7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -448,6 +448,9 @@
disables recursive traversal through instance attributes, which can
be exploited in various ways.
+- Bug #1222790: in SimpleXMLRPCServer, set the reuse-address and close-on-exec
+ flags on the HTTP listening socket.
+
- Bug #1110478: Revert os.environ.update to do putenv again.
- Bug #1103844: fix distutils.install.dump_dirs() with negated options.