imix schrieb:
> the function url (from controllers.py) as it is does not support
> multiple values for the same key.
> How about a change along the lines of the following patch?
Looks good. Care to create a patch [1] and maybe a test in
tests/test_controller.py as well and put it in a ticket?
I would make one small change:
- args.append("%s=%s" % (k, urllib.quote(str(v))))
+ if isinstance(value, (list, tuple)):
Be sure to do "svn update" before you create the patch because I have
just changed that function.
Chris
[1] http://docs.turbogears.org/patching_guidelines
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---