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 collinwinter, dangyogi, loewis, wolever
Date 2008-03-28.19:04:46
SpamBayes Score 0.18611088
Marked as misclassified No
Message-id <1206731088.55.0.454128208499.issue2446@psf.upfronthosting.co.za>
In-reply-to
Content
The problem with the "fix" in r61755 is that it doesn't distinguish
between stdlib and non-stdlib imports: "import os" becomes "from .
import os", which is clearly wrong.
History
Date User Action Args
2008-03-28 19:04:49collinwintersetspambayes_score: 0.186111 -> 0.18611088
recipients: + collinwinter, loewis, dangyogi, wolever
2008-03-28 19:04:48collinwintersetspambayes_score: 0.186111 -> 0.186111
messageid: <1206731088.55.0.454128208499.issue2446@psf.upfronthosting.co.za>
2008-03-28 19:04:46collinwinterlinkissue2446 messages
2008-03-28 19:04:46collinwintercreate