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 berker.peksag
Recipients berker.peksag, fgyuri, paul.moore, steve.dower, tim.golden, zach.ware
Date 2018-07-27.16:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1532708603.14.0.56676864532.issue34250@psf.upfronthosting.co.za>
In-reply-to
Content
This is expected, because there is a package named 'xml' in the Python standard library. See http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-name-shadowing-trap and http://python-notes.curiousefficiency.org/en/latest/python_concepts/import_traps.html#the-stale-bytecode-file-trap for details.
History
Date User Action Args
2018-07-27 16:23:23berker.peksagsetrecipients: + berker.peksag, paul.moore, tim.golden, zach.ware, steve.dower, fgyuri
2018-07-27 16:23:23berker.peksagsetmessageid: <1532708603.14.0.56676864532.issue34250@psf.upfronthosting.co.za>
2018-07-27 16:23:23berker.peksaglinkissue34250 messages
2018-07-27 16:23:23berker.peksagcreate