summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2013-08-10 16:03:54 (GMT)
committerR David Murray <rdmurray@bitdance.com>2013-08-10 16:03:54 (GMT)
commit2bb2f6acd0b88394f915d7e0914cfd348fe618e1 (patch)
tree270af07acbb5ae331acfc2b723783e02ad53df0a /Misc
parent8281e7c24c08debff65f41a1e8c81ba8e6d5250b (diff)
parentf22b62e26137e334e9a0beffd0de531955daf8ce (diff)
downloadcpython-2bb2f6acd0b88394f915d7e0914cfd348fe618e1.zip
cpython-2bb2f6acd0b88394f915d7e0914cfd348fe618e1.tar.gz
cpython-2bb2f6acd0b88394f915d7e0914cfd348fe618e1.tar.bz2
Merge #8112: Update the documenting xmlrpc server to use getfullargspec.
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 f2135c8..d504066 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,6 +24,9 @@ Core and Builtins
Library
-------
+- Issue #8112: xlmrpc.server's DocXMLRPCServer server no longer raises an error
+ if methods have annotations; it now correctly displays the annotations.
+
- Issue #18600: Added policy argument to email.message.Message.as_string,
and as_bytes and __bytes__ methods to Message.