summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2005-12-04 16:34:40 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2005-12-04 16:34:40 (GMT)
commit10a16dea7422a578a2d49a778c5aceb54d2126d2 (patch)
tree69a5775c3660c43bf8718426dc61cd0bc55ea91c /Misc/NEWS
parentbc6a1953443deac59dc950f2f2b12c8b0a2e0338 (diff)
downloadcpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.zip
cpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.tar.gz
cpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.tar.bz2
[Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index bf682a2..bc8382e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -454,6 +454,9 @@ Library
- Bug #792570: SimpleXMLRPCServer had problems if the request grew too large.
Fixed by reading the HTTP body in chunks instead of one big socket.read().
+- Patch #893642: add allow_none argument to constructors of
+ SimpleXMLRPCServer and CGIXMLRPCRequestHandler.
+
- Bug #1110478: Revert os.environ.update to do putenv again.
- Bug #1103844: fix distutils.install.dump_dirs() with negated options.