]> granicus.if.org Git - python/commit
Two fixes in DocXMLRPCServer:
authorGeorg Brandl <georg@python.org>
Sun, 9 Dec 2007 21:15:07 +0000 (21:15 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 9 Dec 2007 21:15:07 +0000 (21:15 +0000)
commit6113ce51b3ae71e3fe05b6945fa79e40a9edd980
tree5885c1b7de6973ae1408b9b78f1fe58c9b9a12c7
parentb0885b72781e10963ea05c4e85cf0cb50b709bf2
Two fixes in DocXMLRPCServer:
* remove parameter default that didn't make sense
* properly escape values in output
Thanks to Jeff Wheeler from GHOP!
Lib/DocXMLRPCServer.py