summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2009-04-05 21:00:48 (GMT)
committerMatthias Klose <doko@ubuntu.com>2009-04-05 21:00:48 (GMT)
commita5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0 (patch)
tree1a44529939f757867b29388e2c80ad53ed270151 /Misc
parent29c6a281b1d4001e2bbe58780846bd228279f8a9 (diff)
downloadcpython-a5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0.zip
cpython-a5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0.tar.gz
cpython-a5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0.tar.bz2
- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
new arguments introduced in 2.5.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0cff98c..b8d3883 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -689,6 +689,9 @@ Library
- Issue #999042: The Python compiler now handles explict global statements
correctly (should be assigned using STORE_GLOBAL opcode).
+- Issue #2703: SimpleXMLRPCDispatcher.__init__: Provide default values for
+ new arguments introduced in 2.5.
+
Tools/Demos
-----------