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 <[EMAIL PROTECTED]> <http://bugs.python.org/issue2167> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com