commit | efa3cf84d2a05650a7d2e83a4914b66f7d0a65be | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Sat Nov 29 22:55:35 2014 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Sat Nov 29 22:55:35 2014 -0500 |
tree | 112df24ee5696cbb6e1e8975accf613b8dd9edce | |
parent | 209dd468fb233be5691639024212ff291da3f5b2 [diff] [blame] |
add context parameter to xmlrpclib.ServerProxy (#22960) Patch from Alex Gaynor.
diff --git a/Misc/NEWS b/Misc/NEWS index ed81c3b..8beb192 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -2,6 +2,17 @@ Python News +++++++++++ +What's New in Python 2.7.9? +=========================== + +*Release date: 2014-12-XX* + +Library +------- + +- Issue #22960: Add a context argument to xmlrpclib.ServerProxy. + + What's New in Python 2.7.9 release candidate 1? ===============================================