summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2003-04-18 21:04:39 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2003-04-18 21:04:39 (GMT)
commit281b2c62117c9cb26f8dec55765f9f211282f298 (patch)
tree7c61c1d796ad8ed63be73935bc60d8eab1005d7f /Misc
parentb5c4b7be3fc0c04f30535b456a22baef4d9b324e (diff)
downloadcpython-281b2c62117c9cb26f8dec55765f9f211282f298.zip
cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.gz
cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.bz2
Patch #536883: SimpleXMLRPCServer auto-docing subclass.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 07a9bc6..cf3b5f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -118,6 +118,8 @@ Extension modules
Library
-------
+- The self-documenting XML server library DocXMLRPCServer was added.
+
- Support for internationalized domain names has been added through
the 'idna' and 'punycode' encodings, the 'stringprep' module, the
'mkstringprep' tool, and enhancements to the socket and httplib