]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decor...
authorXiang Zhang <angwerzx@126.com>
Tue, 28 Feb 2017 09:12:52 +0000 (17:12 +0800)
committerGitHub <noreply@github.com>
Tue, 28 Feb 2017 09:12:52 +0000 (17:12 +0800)
commit267b9d2fa8efce7c5bc34ce50048ebca8fddf04f
treeb35a09c9064f25d825c721dc29b18e5bf94143f5
parent7c8b3fa31caf866572649e2bc82729d8fc081b89
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)
Doc/library/xmlrpc.server.rst
Doc/whatsnew/3.7.rst
Lib/test/test_xmlrpc.py
Lib/xmlrpc/server.py
Misc/NEWS