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 scoder
Recipients Photoniker, eli.bendersky, rhettinger, scoder, serhiy.storchaka
Date 2019-03-08.20:15:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1552076142.19.0.461250924493.issue36233@roundup.psfhosted.org>
In-reply-to
Content
While I do understand the interest in a bit more visual consistency (and, lacking further input, I assume that this is the OP's "problem"), it really is at best a purely visual improvement with the potential to break code and/or tests out there. I'd rather not make that change.

FWIW, lxml also uses single quotes in the XML declaration (originally following ElementTree), but double quotes by default for the rest, except for attributes that contain double quotes (but no single quotes). Any XML parser in the world is able to deal with that (since otherwise, it's not an XML parser). Nothing is broken here.
History
Date User Action Args
2019-03-08 20:15:42scodersetrecipients: + scoder, rhettinger, eli.bendersky, serhiy.storchaka, Photoniker
2019-03-08 20:15:42scodersetmessageid: <1552076142.19.0.461250924493.issue36233@roundup.psfhosted.org>
2019-03-08 20:15:42scoderlinkissue36233 messages
2019-03-08 20:15:42scodercreate