]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17988: remove unused alias for Element and rename the used one
authorEli Bendersky <eliben@gmail.com>
Sun, 19 May 2013 16:20:50 +0000 (09:20 -0700)
committerEli Bendersky <eliben@gmail.com>
Sun, 19 May 2013 16:20:50 +0000 (09:20 -0700)
commit46955b2d30c0185d6471ce42c7766633b499e232
treee797823d1408fc6a5257b4b065d6f85705beb855
parentfb625448f83036b24b3191b8c2a062362bf8ad26
Issue #17988: remove unused alias for Element and rename the used one

Renaming to _Element_Py for clarity and moving it to a more logical location.
_ElementInterface OTOH is unused and is therefore removed.

Close #17988
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py