commit | 281b2c62117c9cb26f8dec55765f9f211282f298 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri Apr 18 21:04:39 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri Apr 18 21:04:39 2003 +0000 |
tree | 7c61c1d796ad8ed63be73935bc60d8eab1005d7f | |
parent | b5c4b7be3fc0c04f30535b456a22baef4d9b324e [diff] [blame] |
Patch #536883: SimpleXMLRPCServer auto-docing subclass.
diff --git a/Misc/NEWS b/Misc/NEWS index 07a9bc6..cf3b5f7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -118,6 +118,8 @@ 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