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 flox
Recipients ArcRiley, effbot, flox
Date 2010-02-23.15:48:04
SpamBayes Score 0.017433874
Marked as misclassified No
Message-id <1266940085.85.0.669561767572.issue7990@psf.upfronthosting.co.za>
In-reply-to
Content
Confirmed.

As a workaround, the Python implementation shows its attributes "tag", "text", "tail", "attrib".

Since upstream version of ElementTree drops support for Python < 2.3, we may refactor the Element type, and use the "tp_members" and "tp_getset" slots.
History
Date User Action Args
2010-02-23 15:48:06floxsetrecipients: + flox, effbot, ArcRiley
2010-02-23 15:48:05floxsetmessageid: <1266940085.85.0.669561767572.issue7990@psf.upfronthosting.co.za>
2010-02-23 15:48:04floxlinkissue7990 messages
2010-02-23 15:48:04floxcreate