Re: [issue2882] Create the html package

2008-05-20 Thread Brett Cannon
On Mon, May 19, 2008 at 11:11 PM, Fred L. Drake, Jr. <[EMAIL PROTECTED]> wrote: > > Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: > > Python 2.6 changes reverted in revision 63481. > > Does anyone really want to pickle HTML parser state, or references to > the helper functions in the ht

[issue2882] Create the html package

2008-05-19 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: Python 2.6 changes reverted in revision 63481. Does anyone really want to pickle HTML parser state, or references to the helper functions in the htmlentitydefs module? I suspect head examinations may be in order. :-( -- resolut

[issue2882] Create the html package

2008-05-19 Thread Brett Cannon
Brett Cannon <[EMAIL PROTECTED]> added the comment: The changes in 2.6 need to be reverted, leaving only a note in the docs. -- resolution: fixed -> status: closed -> open versions: -Python 3.0 __ Tracker <[EMAIL PROTECTED]>

[issue2882] Create the html package

2008-05-17 Thread Fred L. Drake, Jr.
Fred L. Drake, Jr. <[EMAIL PROTECTED]> added the comment: Completed in revisions 63430, 63432, 63434 (Python 2.6), and 63431, 63435, 63439 (Python 3.0). -- resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]>

[issue2882] Create the html package

2008-05-16 Thread Fred L. Drake, Jr.
Changes by Fred L. Drake, Jr. <[EMAIL PROTECTED]>: -- assignee: -> fdrake nosy: +fdrake __ Tracker <[EMAIL PROTECTED]> __ ___ Python-bugs-list

[issue2882] Create the html package

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