]> granicus.if.org Git - python/commit
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes...
authorBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:15:15 +0000 (20:15 -0500)
committerBenjamin Peterson <benjamin@python.org>
Sat, 6 Dec 2014 01:15:15 +0000 (20:15 -0500)
commit4e9cefaf86035f8014e09049328d197b6506532f
treeddbd8877138fec984a96531571b870f996ed37d0
parent258f3f0dc23c7721c7a9314d9aa47fa3504b3c52
add a default limit for the amount of data xmlrpclib.gzip_decode will return (closes #16043)
Lib/test/test_xmlrpc.py
Lib/xmlrpc/client.py
Misc/NEWS