Whitespace normalization.

This commit is contained in:
Tim Peters 2001-02-09 20:06:00 +00:00
parent 3c61c3525f
commit 658cba6706
8 changed files with 21 additions and 22 deletions

View file

@ -1103,7 +1103,7 @@ def urlencode(query,doseq=0):
parameters in the output will match the order of parameters in the
input.
"""
if hasattr(query,"items"):
# mapping objects
query = query.items()