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 xdegaye
Recipients Maciej Gol, brett.cannon, eric.snow, ethan.furman, lars.gustaebel, miss-islington, ncoghlan, serhiy.storchaka, xdegaye
Date 2020-01-25.23:24:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579994678.72.0.580441980109.issue39430@roundup.psfhosted.org>
In-reply-to
Content
This fixed the bug.

To reproduce the bug, substitute the "from _lzma import *" statement with "raise ImportError"
in Lib/lzma.py to simulate that the _lzma module is missing and run the test.py script written and uploaded by Maciej.
History
Date User Action Args
2020-01-25 23:24:38xdegayesetrecipients: + xdegaye, brett.cannon, ncoghlan, lars.gustaebel, ethan.furman, eric.snow, serhiy.storchaka, miss-islington, Maciej Gol
2020-01-25 23:24:38xdegayesetmessageid: <1579994678.72.0.580441980109.issue39430@roundup.psfhosted.org>
2020-01-25 23:24:38xdegayelinkissue39430 messages
2020-01-25 23:24:38xdegayecreate