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

2010-03-11 Thread Florent Xicluna
Florent Xicluna florent.xicl...@gmail.com 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 Neil Muller
New submission from Neil Muller drnlmuller+b...@gmail.com: 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')) 'Element tag at b7cf506c'

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

2009-06-07 Thread Russell Cloran
Changes by Russell Cloran rcloran...@gmail.com: -- nosy: +russell ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6230 ___ ___ Python-bugs-list

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

2009-06-07 Thread Simon Cross
Changes by Simon Cross hodges...@gmail.com: -- nosy: +hodgestar ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6230 ___ ___ Python-bugs-list

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

2009-06-07 Thread Neil Muller
Neil Muller drnlmuller+b...@gmail.com added the comment: Same issue affects python 3k - the patch applies there cleanly as well. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6230 ___

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

2009-06-07 Thread Jeremy Thurgood
Changes by Jeremy Thurgood fir...@gmail.com: -- nosy: +jerith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6230 ___ ___ Python-bugs-list mailing