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 calvin
Recipients calvin
Date 2008-02-23.15:22:03
SpamBayes Score 0.24118249
Marked as misclassified No
Message-id <1203780138.17.0.0226690463591.issue2167@psf.upfronthosting.co.za>
In-reply-to
Content
I ran the pyflakes checker over the Python source repository and removed
some unused imports. Only obvious (from what I can see) unused imports
were removed, with most offenders being "import os, sys, string".
The diff is against current SVN (I am using git-svn, hence the --git diff).
History
Date User Action Args
2008-02-23 15:22:18calvinsetspambayes_score: 0.241182 -> 0.24118249
recipients: + calvin
2008-02-23 15:22:18calvinsetspambayes_score: 0.241182 -> 0.241182
messageid: <1203780138.17.0.0226690463591.issue2167@psf.upfronthosting.co.za>
2008-02-23 15:22:17calvinlinkissue2167 messages
2008-02-23 15:22:17calvincreate