summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-11-30 03:57:15 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-11-30 03:57:15 (GMT)
commit5a608c2e8b495612977b78c6c77b8129caeb2530 (patch)
tree075cd2a543045622e1d04176b8f834fd05c85ee1 /Misc
parent54c5d84ba9ebf1439723bf31d3b8b8be8b088c46 (diff)
parentefa3cf84d2a05650a7d2e83a4914b66f7d0a65be (diff)
downloadcpython-5a608c2e8b495612977b78c6c77b8129caeb2530.zip
cpython-5a608c2e8b495612977b78c6c77b8129caeb2530.tar.gz
cpython-5a608c2e8b495612977b78c6c77b8129caeb2530.tar.bz2
merge 2.7.9 release branch
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 642ada0..3b84744 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -31,6 +31,17 @@ Tools/Demos
Wieland Hoffmann.
+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?
===============================================