[Patches] [Patch #103314] allow urllib.urlencode to work with multivalued parameters
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jan 2001 20:28:57 -0800
Patch #103314 has been updated.
Project: python
Category: library
Status: Closed
Submitted by: montanaro
Assigned to : montanaro
Summary: allow urllib.urlencode to work with multivalued parameters
Follow-Ups:
Date: 2001-Jan-23 20:28
By: fdrake
Comment:
The docs look ok to me; please check in.
-------------------------------------------------------
Date: 2001-Jan-19 14:54
By: gvanrossum
Comment:
Skip, please check the code in, leave the docs until Fred approves.
-------------------------------------------------------
Date: 2001-Jan-18 10:09
By: gvanrossum
Comment:
Comment: I would test for doseq once, and then have two loops: one with the
old behavior and one with the new.
Also, you might want to catch Unicode and explicitly force it into ASCII
(rather than committing to a conversion without knowing what's the right
thing).
-------------------------------------------------------
Date: 2001-Jan-18 09:42
By: montanaro
Comment:
Assigned to Fred for starters because it does have a doc
change. Fred, Guido probably wants to look at it next, but
you're a better judge of who might have more free time...
S
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103314&group_id=5470