Activity log for bug #1846267

Date Who What changed Old value New value Message
2019-10-01 19:58:31 Iulian Onofrei bug added bug
2019-10-01 19:58:31 Iulian Onofrei attachment added bug.py https://bugs.launchpad.net/bugs/1846267/+attachment/5293289/+files/bug.py
2019-10-02 18:18:38 scoder description Python : sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0) lxml.etree : (4, 2, 5, 0) libxml used : (2, 9, 8) libxml compiled : (2, 9, 8) libxslt used : (1, 1, 32) libxslt compiled : (1, 1, 32) from lxml import etree, html b = html.fromstring('<b attribute-1="1" attribute-2="2">Text</b>') etree.strip_attributes(b, '*') print(etree.tostring(b).decode()) Python : sys.version_info(major=3, minor=7, micro=4, releaselevel='final', serial=0) lxml.etree : (4, 2, 5, 0) libxml used : (2, 9, 8) libxml compiled : (2, 9, 8) libxslt used : (1, 1, 32) libxslt compiled : (1, 1, 32)
2019-10-02 18:19:34 scoder lxml: importance Undecided Wishlist
2019-10-02 18:19:34 scoder lxml: status New Triaged