Must we include urllib just to decode a URL-encoded string, when using Requests?

Dotan Cohen dotancohen at gmail.com
Thu Jun 13 09:25:06 EDT 2013


On Thu, Jun 13, 2013 at 4:20 PM, Robert Kern <robert.kern at gmail.com> wrote:
> Yes. Do you think there is a problem with doing so?
>

I'm pretty sure that Requests will use either urllib or urllib2,
depending on what is available on the server. I would like to use
whatever Requests is currently using, rather than import the other.
Can I tell which library Requests is currently using and use that?

--
Dotan Cohen

http://gibberish.co.il
http://what-is-what.com



More information about the Python-list mailing list