[Patches] [Patch #103314] allow urllib.urlencode to work with multivalued parameters

noreply@sourceforge.net noreply@sourceforge.net
Fri, 19 Jan 2001 14:54:24 -0800


Patch #103314 has been updated. 

Project: python
Category: library
Status: Open
Submitted by: montanaro
Assigned to : fdrake
Summary: allow urllib.urlencode to work with multivalued parameters

Follow-Ups:

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