This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Arfrever, einarfd, eli.bendersky, ezio.melotti, serhiy.storchaka
Date 2012-10-01.17:52:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1349113926.11.0.0940613632782.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
In 3.2 repr(xml.etree.ElementTree.Element) is "<class 'xml.etree.ElementTree.Element'>".
In 3.3 repr(xml.etree.ElementTree.Element) is "<class 'Element'>".
History
Date User Action Args
2012-10-01 17:52:06serhiy.storchakasetrecipients: + serhiy.storchaka, ezio.melotti, Arfrever, eli.bendersky, einarfd
2012-10-01 17:52:06serhiy.storchakasetmessageid: <1349113926.11.0.0940613632782.issue16076@psf.upfronthosting.co.za>
2012-10-01 17:52:06serhiy.storchakalinkissue16076 messages
2012-10-01 17:52:06serhiy.storchakacreate