[issue12432] remove a bunch of unused imports in Lib

2011-07-03 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 6886e0bf29bc by Senthil Kumaran in branch '3.2': Fix closes issue12432 - remove the unused sys from glob.py http://hg.python.org/cpython/rev/6886e0bf29bc -- resolution: - fixed status: open - closed

[issue12432] remove a bunch of unused imports in Lib

2011-06-28 Thread Vincent Legoll
New submission from Vincent Legoll vincent.leg...@gmail.com: Using pylint I found some unused imports in Lib. I filtered the most obvious ones by hand to produce the attached patch. Should I submit individual patches, one for each file, so as to ease review ? -- components: Library

[issue12432] remove a bunch of unused imports in Lib

2011-06-28 Thread Roundup Robot
Roundup Robot devnull@devnull added the comment: New changeset 8c17e898e0e8 by Benjamin Peterson in branch 'default': remove unused imports (closes #12432) http://hg.python.org/cpython/rev/8c17e898e0e8 -- nosy: +python-dev resolution: - fixed stage: - committed/rejected status: open -

[issue12432] remove a bunch of unused imports in Lib

2011-06-28 Thread Vincent Legoll
Vincent Legoll vincent.leg...@gmail.com added the comment: Looking through http://hg.python.org/cpython/rev/8c17e898e0e8 I see that the glob.py hunk has been applied reversed. The changeset 68349:55bea11d892e removing it is 3 monthes old... Looks like I missed a svn-hg migration on my side,

[issue12432] remove a bunch of unused imports in Lib

2011-06-28 Thread Vincent Legoll
Vincent Legoll vincent.leg...@gmail.com added the comment: This one reverts glob.py to the previous state -- Added file: http://bugs.python.org/file22510/reremove-sys-import-from-glob.patch ___ Python tracker rep...@bugs.python.org