Daniel Shahaf added the comment:

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 .

----------
components: +Extension Modules
keywords: +patch
nosy: +danielsh
Added file: http://bugs.python.org/file28199/i16076-cpatch.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16076>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to