diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2005-12-04 16:34:40 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2005-12-04 16:34:40 (GMT) |
commit | 10a16dea7422a578a2d49a778c5aceb54d2126d2 (patch) | |
tree | 69a5775c3660c43bf8718426dc61cd0bc55ea91c /Misc | |
parent | bc6a1953443deac59dc950f2f2b12c8b0a2e0338 (diff) | |
download | cpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.zip cpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.tar.gz cpython-10a16dea7422a578a2d49a778c5aceb54d2126d2.tar.bz2 |
[Patch #893642] Add optional allow_none argument to SimpleXMLRPCServer, CGIXMLRPCRequestHandler
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |