[issue15970] ElementTree HTML serialization incorrect for ,

2012-09-18 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report! -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected status: open -> closed type: -> behavior versions: -Python 2.6, Python 3.1 ___ Python

[issue15970] ElementTree HTML serialization incorrect for ,

2012-09-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 3498ffd3cdee by Ezio Melotti in branch '2.7': #15970: xml.etree.ElementTree now serializes correctly the empty HTML elements "meta" and "param". http://hg.python.org/cpython/rev/3498ffd3cdee New changeset 17c528cff63f by Ezio Melotti in branch '3.2

[issue15970] ElementTree HTML serialization incorrect for ,

2012-09-18 Thread Joshua Biagio
New submission from Joshua Biagio: There seems to be a very minor bug in the ElementTree.py file, for the so-called 'empty' elements that are serialized without a closing tag. The HTML_EMPTY tuple/set is used to lookup these tags. In the Lib/xml/etree/ElementTree.py file, the HTML_EMPTY tuple