]> granicus.if.org Git - python/commit
In cases where dealing with base64, do the conversion but then get the ASCII
authorBrett Cannon <bcannon@gmail.com>
Mon, 30 Jul 2007 03:50:35 +0000 (03:50 +0000)
committerBrett Cannon <bcannon@gmail.com>
Mon, 30 Jul 2007 03:50:35 +0000 (03:50 +0000)
commit2dbde5ea444de788721e9195d644da38061204c3
treedc903321b3b190353a3a037607dc754bc15a1dc9
parent96d7e8369c9ac4e18be002fb4af1400b4a0ca9dd
In cases where dealing with base64, do the conversion but then get the ASCII
string representation for use in the XML.

Also strip out some unneeded encoding/decoding steps.
Lib/xmlrpclib.py