This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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'
----------------------------------------------------------------------
History
Date User Action Args
2018-10-15 14:10:45cstrataksetrecipients: + cstratak, vstinner, christian.heimes, benjamin.peterson, miss-islington
2018-10-15 14:10:45cstrataksetmessageid: <1539612645.05.0.788709270274.issue34623@psf.upfronthosting.co.za>
2018-10-15 14:10:44cstrataklinkissue34623 messages
2018-10-15 14:10:44cstratakcreate