summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-30 04:32:57 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-30 04:32:57 (GMT)
commitc1da3d1ed86284cc49cd7880a57a404de8965b24 (patch)
treea4a719096636491b3860437d6ec03df96f91284b /Misc
parent2b3b95be6221a30f00fa110cb1a9a1f2aeb684c6 (diff)
downloadcpython-c1da3d1ed86284cc49cd7880a57a404de8965b24.zip
cpython-c1da3d1ed86284cc49cd7880a57a404de8965b24.tar.gz
cpython-c1da3d1ed86284cc49cd7880a57a404de8965b24.tar.bz2
add context parameter to xmlrpclib.ServerProxy (#22960)
Patch by Alex Gaynor.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e69f919..924a8a2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,8 @@ Core and Builtins
Library
-------
+- Issue #22960: Add a context argument to xmlrpclib.ServerProxy constructor.
+
- Issue #22915: SAX parser now supports files opened with file descriptor or
bytes path.