[issue19872] Remove unused imports in pathlib

2013-12-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: Thank you :) -- resolution: -> fixed stage: -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue19872] Remove unused imports in pathlib

2013-12-03 Thread Roundup Robot
Roundup Robot added the comment: New changeset a6245b10e8b6 by Antoine Pitrou in branch 'default': Issue #19872: remove unused imports in pathlib. Patch by Vajrasky Kok. http://hg.python.org/cpython/rev/a6245b10e8b6 -- nosy: +python-dev ___ Python tr

[issue19872] Remove unused imports in pathlib

2013-12-03 Thread Vajrasky Kok
New submission from Vajrasky Kok: Attached the patch to remove unused imports in pathlib. -- components: Library (Lib) files: remove_unused_import_in_pathlib.patch keywords: patch messages: 205081 nosy: pitrou, vajrasky priority: normal severity: normal status: open title: Remove unused