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 nmaynes
Recipients doodspav, nmaynes, p-ganssle, xtreak
Date 2020-08-04.19:58:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596571120.64.0.364011881882.issue41371@roundup.psfhosted.org>
In-reply-to
Content
Im still trying to get the hang of the PR workflow so my apologies in advance.

I closed the first PR by accident. I made the mistake of including a commit for another issue as well as the commit for this issue. When trying to clean up, I reverted back too far and Github closed the PR. I have submitted another PR that imports the lzma library as follows:

from test.support.import_helper import import_module

lzma = import_module('lzma')

Let me know if something still does not look right. I'll have some time this evening to work it out.
History
Date User Action Args
2020-08-04 19:58:40nmaynessetrecipients: + nmaynes, p-ganssle, xtreak, doodspav
2020-08-04 19:58:40nmaynessetmessageid: <1596571120.64.0.364011881882.issue41371@roundup.psfhosted.org>
2020-08-04 19:58:40nmayneslinkissue41371 messages
2020-08-04 19:58:40nmaynescreate