]> granicus.if.org Git - python/commit
Issue #25047: Respect case writing XML encoding declarations
authorMartin Panter <vadmium+py@gmail.com>
Wed, 23 Sep 2015 01:14:35 +0000 (01:14 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Wed, 23 Sep 2015 01:14:35 +0000 (01:14 +0000)
commit89f76d3f913e0527fbcc0d15cb3c17fbf6ca8618
tree424af9f48cbd50e1e1dc00aaa2230a57dd816a8b
parentf94471c1401e06df3021eafdde99c9be2c344dcb
Issue #25047: Respect case writing XML encoding declarations

This restores the ability to write encoding names in uppercase like "UTF-8",
which worked in Python 2.
Lib/test/test_xml_etree.py
Lib/xml/etree/ElementTree.py
Misc/NEWS