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 danielsh
Recipients Arfrever, danielsh, einarfd, eli.bendersky, ezio.melotti, jcea, santoso.wijaya
Date 2012-12-03.16:48:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354553291.45.0.381006209237.issue16076@psf.upfronthosting.co.za>
In-reply-to
Content
Attached patch for your consideration.

I've tested pickling/unpickling and comparing the resulting object attribute by attribute (.tag, .attrib, .text, .tail for equality; and recursively .getchildren()), and 'make test' --- all seems to work.

If the approach is sound, I can submit a revised patch that also updates documentation, regression tests, and potententially updates other type objects in the same manner as this patch updates _elementtree.Element .
History
Date User Action Args
2012-12-03 16:48:11danielshsetrecipients: + danielsh, jcea, ezio.melotti, Arfrever, eli.bendersky, santoso.wijaya, einarfd
2012-12-03 16:48:11danielshsetmessageid: <1354553291.45.0.381006209237.issue16076@psf.upfronthosting.co.za>
2012-12-03 16:48:11danielshlinkissue16076 messages
2012-12-03 16:48:11danielshcreate