Issue 2885: Create the urllib package
Created on 2008-05-16 05:11 by brett.cannon, last changed 2022-04-11 14:56 by admin. This issue is now closed.
Messages (13)
msg66913 - (view)
Author: Brett Cannon (brett.cannon) *
Date: 2008-05-16 05:11
Date: 2008-06-10 21:32
Date: 2008-06-12 02:10
Date: 2008-06-12 02:50
Date: 2008-06-17 03:07
Date: 2008-06-18 23:26
Date: 2008-06-18 23:38
Date: 2008-06-19 00:33
Date: 2008-06-19 20:09
Date: 2008-06-23 04:45
Date: 2008-07-01 22:57
Date: 2008-07-12 19:55
Date: 2008-08-06 19:08
Date: 2008-05-16 05:11
The urllib package as outlined in PEP 3108 needs to be created.msg67930 - (view) Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-06-10 21:32
Jeremy, will you have time for this before the betas on Wensday, or should someone else do it?msg68044 - (view) Author: Barry A. Warsaw (barry) *
Date: 2008-06-12 02:10
This didn't get done for the first beta. Please try to do it asap after the beta releases.msg68048 - (view) Author: Senthil Kumaran (orsenthil) *
Date: 2008-06-12 02:50
I shall give it a try and come out with results asap. Shall take Facundo's help (my GSoC mentor).msg68300 - (view) Author: Jeremy Hylton (jhylton)
Date: 2008-06-17 03:07
Oops. Let me look at this tomorrow. It was down to one failing test that last time I checked. Jeremy On Wed, Jun 11, 2008 at 10:10 PM, Barry A. Warsaw <report@bugs.python.org> wrote: > > Barry A. Warsaw <barry@python.org> added the comment: > > This didn't get done for the first beta. Please try to do it asap after > the beta releases. > > ---------- > nosy: +barry > priority: release blocker -> critical > > _______________________________________ > Python tracker <report@bugs.python.org> > <http://bugs.python.org/issue2885> > _______________________________________ > _______________________________________________ > Python-bugs-list mailing list > Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/jeremy%40alum.mit.edu > >msg68382 - (view) Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-06-18 23:26
Seems this was done in r64385.msg68383 - (view) Author: Brett Cannon (brett.cannon) *
Date: 2008-06-18 23:38
It's actually not quite done yet since the docs still need to be updated.msg68387 - (view) Author: Brett Cannon (brett.cannon) *
Date: 2008-06-19 00:33
And I don't know if the proper additions to 2to3 and a warning in urllib.urlopen() in 2.6 has been done (is urllib.urlopen() so different from urllib2.urlopen() that the warning should be from any usage, or only if incompatible arguments are used?).msg68422 - (view) Author: Benjamin Peterson (benjamin.peterson) *
Date: 2008-06-19 20:09
Just remember to close #3142 when you're done.msg68608 - (view) Author: Senthil Kumaran (orsenthil) *
Date: 2008-06-23 04:45
- Docs updated. - Still pending: 2to3 updates and Deprecation warnings.msg69079 - (view) Author: Brett Cannon (brett.cannon) *
Date: 2008-07-01 22:57
And it looks like the 2.6 docs need to be updated as well.msg69597 - (view) Author: Brett Cannon (brett.cannon) *
Date: 2008-07-12 19:55
Docs have been updated. At this point the fixers for urllib and urllib2 is all that is left.msg70795 - (view) Author: Brett Cannon (brett.cannon) *
Date: 2008-08-06 19:08
Fixers are in, so this is a done deal.