]> granicus.if.org Git - python/commit
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Nov 2015 13:28:13 +0000 (15:28 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 25 Nov 2015 13:28:13 +0000 (15:28 +0200)
commitdde0815c359fc321b0e7a94f885132e2e77534a1
tree4a21241e84b9b5427bb936f460269f1ff8bdcd83
parent14128d8bc5e8f9e6f0234f47984fb7ca5167b082
Issue #7990: dir() on ElementTree.Element now lists properties: "tag",
"text", "tail" and "attrib".  Original patch by Santoso Wijaya.
Lib/test/test_xml_etree.py
Misc/NEWS
Modules/_elementtree.c