]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
authorEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:06:01 +0000 (06:06 -0800)
committerEli Bendersky <eliben@gmail.com>
Thu, 10 Jan 2013 14:06:01 +0000 (06:06 -0800)
commit065eeb10852765f9a366ad297f3584970ef6fa89
tree5139b3963c803a83d3cda58a536479fef6d443b9
parent5b1acc0dff9b242cc6e5f7c7aa1a19f361f98004
parent698bdb2a6c28a54792a1715fd012e98d9eb668e2
Issue #16076: make _elementtree.Element pickle-able in a way that is compatible
with the Python version of the class.

Patch by Daniel Shahaf.