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 christian.heimes
Recipients christian.heimes
Date 2018-09-24.16:47:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537807650.53.0.956365154283.issue34791@psf.upfronthosting.co.za>
In-reply-to
Content
On two occasions, the xml package uses environment variables to override parser / DOM implementations: xml.sax package and xml.dom.domreg module. On both occasions, the code should not use env vars to override module names, when the interpreter is started with flags like -E or -I.
History
Date User Action Args
2018-09-24 16:47:30christian.heimessetrecipients: + christian.heimes
2018-09-24 16:47:30christian.heimessetmessageid: <1537807650.53.0.956365154283.issue34791@psf.upfronthosting.co.za>
2018-09-24 16:47:30christian.heimeslinkissue34791 messages
2018-09-24 16:47:30christian.heimescreate