author | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 9 Apr 2010 09:49:06 +0000 (09:49 +0000) | ||
committer | schlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2> | |
Fri, 9 Apr 2010 09:49:06 +0000 (09:49 +0000) | ||
commit | db4c2e6f8f43080f51c832d2fbad73c8ffdd16ec | |
tree | ef53127d9863d7182e6d9c0ffae96f5325026c18 | tree | snapshot |
parent | ffda1626e4b69adccdf76aa1755d291edcb24949 | commit | diff |
- fix coding style from yesterday
- Allow encoding of parameters as "Binary" (this is encoded as base64 in
xmlrpc). Example:
s.create("file", "name=bla", "type=application/octet-stream",
xmlrpclib.Binary("content=\0"))
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4477 57a73879-2fb5-44c3-a270-3262357dd7e2
- Allow encoding of parameters as "Binary" (this is encoded as base64 in
xmlrpc). Example:
s.create("file", "name=bla", "type=application/octet-stream",
xmlrpclib.Binary("content=\0"))
git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4477 57a73879-2fb5-44c3-a270-3262357dd7e2
roundup/xmlrpc.py | diff | blob | history |