diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:04:39 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-04-18 21:04:39 (GMT) |
commit | 281b2c62117c9cb26f8dec55765f9f211282f298 (patch) | |
tree | 7c61c1d796ad8ed63be73935bc60d8eab1005d7f /Misc | |
parent | b5c4b7be3fc0c04f30535b456a22baef4d9b324e (diff) | |
download | cpython-281b2c62117c9cb26f8dec55765f9f211282f298.zip cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.gz cpython-281b2c62117c9cb26f8dec55765f9f211282f298.tar.bz2 |
Patch #536883: SimpleXMLRPCServer auto-docing subclass.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |