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 benjamin.peterson
Recipients benjamin.peterson
Date 2019-07-24.23:15:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564010113.05.0.275841737457.issue37675@roundup.psfhosted.org>
In-reply-to
Content
get_all_fix_names does listdir() to find fixers. That breaks if the standard library is in a zipfile. It shouldn't be hard to replace this with pkgutil.iter_modules.
History
Date User Action Args
2019-07-24 23:15:13benjamin.petersonsetrecipients: + benjamin.peterson
2019-07-24 23:15:13benjamin.petersonsetmessageid: <1564010113.05.0.275841737457.issue37675@roundup.psfhosted.org>
2019-07-24 23:15:12benjamin.petersonlinkissue37675 messages
2019-07-24 23:15:12benjamin.petersoncreate