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 collinwinter
Recipients brett.cannon, collinwinter, rhettinger
Date 2008-06-15.20:02:47
SpamBayes Score 0.01667253
Marked as misclassified No
Message-id <1213560170.21.0.711634134732.issue2876@psf.upfronthosting.co.za>
In-reply-to
Content
It's doable, but there's no existing support similar to what fix_imports
provides.

I won't have time to work on this for the foreseeable future, but if
someone is interested in working on this, I'd add this challenge:
implement this in a way that generalizes well and is better/easier than
what fix_imports does. I never expected fix_imports's mechanism to be so
heavily reused, and as a result it's ass-slow.
History
Date User Action Args
2008-06-15 20:02:51collinwintersetspambayes_score: 0.0166725 -> 0.01667253
recipients: + collinwinter, brett.cannon, rhettinger
2008-06-15 20:02:50collinwintersetspambayes_score: 0.0166725 -> 0.0166725
messageid: <1213560170.21.0.711634134732.issue2876@psf.upfronthosting.co.za>
2008-06-15 20:02:49collinwinterlinkissue2876 messages
2008-06-15 20:02:48collinwintercreate