Message327758
| Author |
cstratak |
| Recipients |
benjamin.peterson, christian.heimes, cstratak, miss-islington, vstinner |
| Date |
2018-10-15.14:10:44 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1539612645.05.0.788709270274.issue34623@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
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'
---------------------------------------------------------------------- |
|