[issue1745761] Bad attributes/data handling in SGMLib

2011-11-14 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed versions: +Python 3.2, Python 3.3 ___ Python tracker ___

[issue1745761] Bad attributes/data handling in SGMLib

2011-11-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3c3009f63700 by Ezio Melotti in branch '2.7': #1745761, #755670, #13357, #12629, #1200313: improve attribute handling in HTMLParser. http://hg.python.org/cpython/rev/3c3009f63700 New changeset 16ed15ff0d7c by Ezio Melotti in branch '3.2': #1745761

[issue1745761] Bad attributes/data handling in SGMLib

2011-11-14 Thread Ezio Melotti
Changes by Ezio Melotti : -- assignee: -> ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:

[issue1745761] Bad attributes/data handling in SGMLib

2011-11-01 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue1745761] Bad attributes/data handling in SGMLib

2010-12-08 Thread Éric Araujo
Changes by Éric Araujo : -- nosy: +eric.araujo, r.david.murray -BreamoreBoy ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue1745761] Bad attributes/data handling in SGMLib

2010-09-17 Thread Mark Lawrence
Mark Lawrence added the comment: Can we close this as sgmllib only supported htmllib which has been superseded by HTMLParser? -- nosy: +BreamoreBoy versions: +Python 2.7 -Python 2.6 ___ Python tracker _

[issue1745761] Bad attributes/data handling in SGMLib

2009-04-21 Thread Daniel Diniz
Changes by Daniel Diniz : -- keywords: +easy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue1745761] Bad attributes/data handling in SGMLib

2009-04-06 Thread Daniel Diniz
Daniel Diniz added the comment: Confirmed in trunk. -- nosy: +ajaksu2 stage: -> needs patch type: -> behavior versions: +Python 2.6 -Python 2.5 ___ Python tracker ___ __