Michi's post (http://groups.google.com/group/pylons-discuss/msg/
325fedbbd2bc8163) repackaged (Let's see if we can attract Ian's
attention :)

"""
I recently posted this message:

http://groups.google.com/group/pylons-discuss/msg/fa8507fbb7ea6173

I think the issue is webhelper uses quote_plus to encode url while
Paste uses unquote to decode url. So "1 + 1" gets encoded to "1+%2b+1"
and it gets decoded to "1+++1". Is there any particular reason Paste
doesn't use unquote_plus?

Thanks!
--Michi
"""

Jerry
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" 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/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to