summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorXiang Zhang <angwerzx@126.com>2017-02-28 09:12:52 (GMT)
committerGitHub <noreply@github.com>2017-02-28 09:12:52 (GMT)
commit267b9d2fa8efce7c5bc34ce50048ebca8fddf04f (patch)
treeb35a09c9064f25d825c721dc29b18e5bf94143f5 /Misc
parent7c8b3fa31caf866572649e2bc82729d8fc081b89 (diff)
downloadcpython-267b9d2fa8efce7c5bc34ce50048ebca8fddf04f.zip
cpython-267b9d2fa8efce7c5bc34ce50048ebca8fddf04f.tar.gz
cpython-267b9d2fa8efce7c5bc34ce50048ebca8fddf04f.tar.bz2
bpo-7769: enable xmlrpc.server.SimpleXMLRPCDispatcher.register_function used as decorator (GH-231)
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 a551127..4f19e75 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -249,6 +249,9 @@ Extension Modules
Library
-------
+- bpo-7769: Method register_function() of xmlrpc.server.SimpleXMLRPCDispatcher
+ and its subclasses can now be used as a decorator.
+
- bpo-29376: Fix assertion error in threading._DummyThread.is_alive().
- bpo-28624: Add a test that checks that cwd parameter of Popen() accepts