commit | dde0815c359fc321b0e7a94f885132e2e77534a1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 25 15:28:13 2015 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Wed Nov 25 15:28:13 2015 +0200 |
tree | 4a21241e84b9b5427bb936f460269f1ff8bdcd83 | |
parent | 14128d8bc5e8f9e6f0234f47984fb7ca5167b082 [diff] |
Issue #7990: dir() on ElementTree.Element now lists properties: "tag", "text", "tail" and "attrib". Original patch by Santoso Wijaya.