[New-bugs-announce] [issue2167] Remove unused imports

Wummel report at bugs.python.org
Sat Feb 23 16:22:18 CET 2008


New submission from Wummel:

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).

----------
files: python-remove-unused-imports.diff
messages: 62746
nosy: calvin
severity: normal
status: open
title: Remove unused imports
Added file: http://bugs.python.org/file9498/python-remove-unused-imports.diff

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2167>
__________________________________


More information about the New-bugs-announce mailing list