You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee='https://github.com/benjaminp'closed_at=<Date2019-07-24.23:38:53.355>created_at=<Date2019-07-24.23:15:12.994>labels= ['3.8', '3.7', 'expert-2to3', '3.9']
title="2to3 doesn't work when run from a zipfile"updated_at=<Date2019-07-25.00:00:42.805>user='https://github.com/benjaminp'
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.
New changeset 93e8aa6 by Benjamin Peterson in branch 'master':
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) 93e8aa6
New changeset 9194a20 by Miss Islington (bot) in branch '3.7':
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) 9194a20
New changeset 53639dd by Miss Islington (bot) in branch '2.7':
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) 53639dd
New changeset 69802f6 by Miss Islington (bot) in branch '3.8':
closes bpo-37675: Use pkgutil.iter_modules to find fixers in a package rather than listdir. (14942) 69802f6
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: