]> granicus.if.org Git - python/commit
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
authorEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:01:06 +0000 (06:01 -0800)
committerEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:01:06 +0000 (06:01 -0800)
commit698bdb2a6c28a54792a1715fd012e98d9eb668e2
tree2867ce3db29d0398b85673161354a53fd5b313cf
parent0dceb560b6b7bfc0a2e11d3a6c27f0a7c7e2e619
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
with the Python version of the class.

Patch by Daniel Shahaf.
Lib/test/test_xml_etree.py
Misc/ACKS
Modules/_elementtree.c