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 steve.dower
Recipients brett.cannon, r.david.murray, steve.dower, tschiller, veky
Date 2017-08-12.03:41:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502509269.88.0.212138057848.issue31143@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps the more important question is whether 2to3 really needs to dynamically generate a list of fixers or if that should have been stopped due to YAGNI. There are only a few modules in the stdlib, and it doesn't seem to support proper namespace packages, so unless there are plans to suddenly add many more we could just make it a hard coded list.
History
Date User Action Args
2017-08-12 03:41:09steve.dowersetrecipients: + steve.dower, brett.cannon, r.david.murray, veky, tschiller
2017-08-12 03:41:09steve.dowersetmessageid: <1502509269.88.0.212138057848.issue31143@psf.upfronthosting.co.za>
2017-08-12 03:41:09steve.dowerlinkissue31143 messages
2017-08-12 03:41:09steve.dowercreate