[stdlib-sig] Any ideas on how to handle urllib, urllib2, and urlparse?

Quentin Gallet-Gilles qgallet at gmail.com
Wed Feb 20 23:11:40 CET 2008


On Wed, Feb 20, 2008 at 9:25 PM, Brett Cannon <brett at python.org> wrote:

> On Feb 20, 2008 8:47 AM, M.-A. Lemburg <mal at egenix.com> wrote:
>
> > How about using the following mapping:
> >
> > urllib  -> url.fetch
> > urllib2 -> url.request
> >
>
> I can live with that. What do other people think?
>


I'm fine with it, if both packages are kept.
But since it looks like urllib is considered inferior to urllib2, shouldn't
it be possible to improve the latter (integrating whatever can be salvaged
from urllib) and removing the former, in the spirit of Christian's
suggestion ?

Quentin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.python.org/pipermail/stdlib-sig/attachments/20080220/c93fc1db/attachment.htm 


More information about the stdlib-sig mailing list