Message327758
Will this change be backported to 3.5 and 3.4? It applied cleanly on both however on 3.4 there is a test failure:
======================================================================
ERROR: test_del_attribute (test.test_xml_etree_c.MiscTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/Python-3.4.9/Lib/test/test_xml_etree_c.py", line 26, in test_del_attribute
element = cET.Element('tag')
AttributeError: 'NoneType' object has no attribute 'Element'
---------------------------------------------------------------------- |
|
| Date |
User |
Action |
Args |
| 2018-10-15 14:10:45 | cstratak | set | recipients:
+ cstratak, vstinner, christian.heimes, benjamin.peterson, miss-islington |
| 2018-10-15 14:10:45 | cstratak | set | messageid: <[email protected]> |
| 2018-10-15 14:10:44 | cstratak | link | issue34623 messages |
| 2018-10-15 14:10:44 | cstratak | create | |
|