diff options
author | R David Murray <rdmurray@bitdance.com> | 2013-08-10 16:08:41 (GMT) |
---|---|---|
committer | R David Murray <rdmurray@bitdance.com> | 2013-08-10 16:08:41 (GMT) |
commit | a9e67ad993f672b44341a110f4a71b746dd066bf (patch) | |
tree | 66cc3d80dee862abde1d46127326d0768bdc8875 /Misc/NEWS | |
parent | 1c4810b57b78f531f272f550d91d29d99a6dd661 (diff) | |
parent | f22b62e26137e334e9a0beffd0de531955daf8ce (diff) | |
download | cpython-a9e67ad993f672b44341a110f4a71b746dd066bf.zip cpython-a9e67ad993f672b44341a110f4a71b746dd066bf.tar.gz cpython-a9e67ad993f672b44341a110f4a71b746dd066bf.tar.bz2 |
Merge heads.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -64,6 +64,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 #17998: Fix an internal error in regular expression engine. - Issue #17557: Fix os.getgroups() to work with the modified behavior of |