Well urllib.parse doesn't work because it doesn't create an IMultiDict, 
which has methods I'm looking to use like getone.

I can't see how to instantiate IMultiDict. Which is the class that 
implements that interface?

On Monday, September 8, 2014 4:04:45 PM UTC+2, pyramidX wrote:
>
> In Python 3 what is the best way to turn a string that's a URL querystring 
> (gotten from anywhere, not necessarily current request) into an IMultiDict? 
> Is it urllib.parse or is there a more Pyramid specific way of doing this? I 
> tried to look in the Pyramid code on github but couldn't find how 
> IMultiDict is created (searched for IMultiDict but couldn't find the class 
> that implements that interface).
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/d/optout.

Reply via email to