summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-04 15:07:41 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-12-04 15:07:41 (GMT)
commit3a97605500919ceeff8c6cd2dd7d352baa1142d8 (patch)
treea04ece7d62a1d1376f0579536bf9e2c1a60cd657 /Misc
parentcf6b7c99d9242a2c811035eb5e6486e8054e549c (diff)
downloadcpython-3a97605500919ceeff8c6cd2dd7d352baa1142d8.zip
cpython-3a97605500919ceeff8c6cd2dd7d352baa1142d8.tar.gz
cpython-3a97605500919ceeff8c6cd2dd7d352baa1142d8.tar.bz2
[Bug #1222790] Set reuse-address and close-on-exec flags on the HTTP listening socket
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index cd947a9..c140d7c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -448,6 +448,9 @@ Library
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.