]> granicus.if.org Git - python/commit
allow first param urlencode to be a sequence of two-element tuples - in this
authorSkip Montanaro <skip@pobox.com>
Sun, 28 Jan 2001 21:11:12 +0000 (21:11 +0000)
committerSkip Montanaro <skip@pobox.com>
Sun, 28 Jan 2001 21:11:12 +0000 (21:11 +0000)
commit14f1ad4a949830998435f6cb3860e01046fa0da1
tree30724e2acc4e4dd6a2fa7c0398a8723a77df610b
parent399b8af5637720d91bd503250b362f4717009eca
allow first param urlencode to be a sequence of two-element tuples - in this
case, the order of parameters in the output matches the order of the inputs.
Lib/urllib.py