[issue2885] Create the urllib package

2008-08-06 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Fixers are in, so this is a done deal. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue2885] Create the urllib package

2008-07-13 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: -- dependencies: +Proposal for fix_urllib ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Py

[issue2885] Create the urllib package

2008-07-12 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Docs have been updated. At this point the fixers for urllib and urllib2 is all that is left. ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue2885] Create the urllib package

2008-07-01 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: And it looks like the 2.6 docs need to be updated as well. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2885] Create the urllib package

2008-06-22 Thread Senthil
Senthil <[EMAIL PROTECTED]> added the comment: - Docs updated. - Still pending: 2to3 updates and Deprecation warnings. ___ Python tracker <[EMAIL PROTECTED]> ___ ___

[issue2885] Create the urllib package

2008-06-19 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Just remember to close #3142 when you're done. -- dependencies: +urllib docs don't match the new modules ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2885] Create the urllib package

2008-06-18 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: 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 use

[issue2885] Create the urllib package

2008-06-18 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: It's actually not quite done yet since the docs still need to be updated. -- resolution: fixed -> status: closed -> open ___ Python tracker <[EMAIL PROTECTED]> ___

[issue2885] Create the urllib package

2008-06-18 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Seems this was done in r64385. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue2885] Create the urllib package

2008-06-16 Thread Jeremy Hylton
Jeremy Hylton <[EMAIL PROTECTED]> added the comment: 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 <[EMAIL PROTECTED]> wrote: > > Barry A. Warsaw <[EMAIL PROTECTED]> added the comment: > >

[issue2885] Create the urllib package

2008-06-11 Thread Senthil
Senthil <[EMAIL PROTECTED]> added the comment: I shall give it a try and come out with results asap. Shall take Facundo's help (my GSoC mentor). -- nosy: +orsenthil ___ Python tracker <[EMAIL PROTECTED]>

[issue2885] Create the urllib package

2008-06-11 Thread Barry A. Warsaw
Barry A. Warsaw <[EMAIL PROTECTED]> 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 <[EMAIL PROTECTED]>

[issue2885] Create the urllib package

2008-06-10 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: Jeremy, will you have time for this before the betas on Wensday, or should someone else do it? -- nosy: +benjamin.peterson ___ Python tracker <[EMAIL PROTECTED]>

[issue2885] Create the urllib package

2008-05-16 Thread Facundo Batista
Changes by Facundo Batista <[EMAIL PROTECTED]>: -- nosy: +facundobatista __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Uns

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
Changes by Brett Cannon <[EMAIL PROTECTED]>: __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mai

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: Issue 2884 is to be used to track the tkinter package. I reference this issue for initial patches. __ Tracker <[EMAIL PROTECTED]> __ ___

[issue2885] Create the urllib package

2008-05-15 Thread Brett Cannon
New submission from Brett Cannon <[EMAIL PROTECTED]>: The urllib package as outlined in PEP 3108 needs to be created. -- assignee: jhylton components: Library (Lib) messages: 66913 nosy: brett.cannon, jhylton priority: release blocker severity: normal status: open title: Create the urlli