mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Whitespace normalization.
This commit is contained in:
parent
3c61c3525f
commit
658cba6706
8 changed files with 21 additions and 22 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue