diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-04-05 21:00:48 (GMT) |
---|---|---|
committer | Matthias Klose <doko@ubuntu.com> | 2009-04-05 21:00:48 (GMT) |
commit | a5d58c831fa3b23960c9dfa78f7b9c62a31ce3e0 (patch) | |
tree | 1a44529939f757867b29388e2c80ad53ed270151 /Misc | |
parent | 29c6a281b1d4001e2bbe58780846bd228279f8a9 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 ----------- |