summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2014-01-13 00:07:59 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2014-01-13 00:07:59 (GMT)
commit95be7ff911536ad6c40b5ae47fca0d3492836832 (patch)
tree58fb02625bf5d6202ae157854a3aa10f34111240 /Misc/NEWS
parent8666e65206300b1719f4b2599939b7acf824b357 (diff)
parent939e2db48dc3bcb159486b599901b694d2d57f89 (diff)
downloadcpython-95be7ff911536ad6c40b5ae47fca0d3492836832.zip
cpython-95be7ff911536ad6c40b5ae47fca0d3492836832.tar.gz
cpython-95be7ff911536ad6c40b5ae47fca0d3492836832.tar.bz2
merge from 3.3
Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in modules and in documentation.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f47129d..715bd78 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -25,6 +25,9 @@ Core and Builtins
Library
-------
+- Issue #19082: Working xmlrpc.server and xmlrpc.client examples. Both in
+ modules and in documentation. Initial patch contributed by Vajrasky Kok.
+
- Issue #20138: The wsgiref.application_uri() and wsgiref.request_uri()
functions now conform to PEP 3333 when handle non-ASCII URLs.