mirror of
https://github.com/python/cpython.git
synced 2025-08-30 13:38:43 +00:00
untabification
This commit is contained in:
parent
78eedce3ff
commit
c266bb0594
1 changed files with 5 additions and 5 deletions
|
@ -387,11 +387,11 @@ class Marshaller:
|
||||||
write("</fault>\n")
|
write("</fault>\n")
|
||||||
else:
|
else:
|
||||||
# parameter block
|
# parameter block
|
||||||
# FIXME: the xml-rpc specification allows us to leave out
|
# FIXME: the xml-rpc specification allows us to leave out
|
||||||
# the entire <params> block if there are no parameters.
|
# the entire <params> block if there are no parameters.
|
||||||
# however, changing this may break older code (including
|
# however, changing this may break older code (including
|
||||||
# old versions of xmlrpclib.py), so this is better left as
|
# old versions of xmlrpclib.py), so this is better left as
|
||||||
# is for now. See @XMLRPC3 for more information. /F
|
# is for now. See @XMLRPC3 for more information. /F
|
||||||
write("<params>\n")
|
write("<params>\n")
|
||||||
for v in values:
|
for v in values:
|
||||||
write("<param>\n")
|
write("<param>\n")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue