[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2010-03-11 Thread Florent Xicluna
Florent Xicluna added the comment: Fixed in trunk with #6472. -- dependencies: -Update ElementTree with upstream changes resolution: -> fixed stage: -> committed/rejected status: open -> closed superseder: -> Update ElementTree with upstream changes

[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2009-06-07 Thread Jeremy Thurgood
Changes by Jeremy Thurgood : -- nosy: +jerith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2009-06-07 Thread Neil Muller
Neil Muller added the comment: Same issue affects python 3k - the patch applies there cleanly as well. -- ___ Python tracker ___ ___ P

[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2009-06-07 Thread Simon Cross
Changes by Simon Cross : -- nosy: +hodgestar ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2009-06-07 Thread Russell Cloran
Changes by Russell Cloran : -- nosy: +russell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue6230] ElementTree.Element and cElementTree.Element have slightly different repr

2009-06-07 Thread Neil Muller
New submission from Neil Muller : ElementTree and cElementTree give slightly different results for repr(Element): >>> import xml.etree.ElementTree as ET >>> import xml.etree.cElementTree as cET >>> repr(ET.ElementTree('tag')) '' >>> repr(cET.ElementTree('tag') "" The quoting around the tag name