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.

classification
Title: Remove unused imports in pathlib
Type: performance Stage: resolved
Components: Library (Lib) Versions: Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: pitrou, python-dev, vajrasky
Priority: normal Keywords: patch

Created on 2013-12-03 08:22 by vajrasky, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
remove_unused_import_in_pathlib.patch vajrasky, 2013-12-03 08:22 review
Messages (3)
msg205081 - (view) Author: Vajrasky Kok (vajrasky) * Date: 2013-12-03 08:22
Attached the patch to remove unused imports in pathlib.
msg205085 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2013-12-03 08:41
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
msg205086 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2013-12-03 08:41
Thank you :)
History
Date User Action Args
2022-04-11 14:57:54adminsetgithub: 64071
2013-12-03 08:41:58pitrousetstatus: open -> closed
resolution: fixed
messages: + msg205086

stage: resolved
2013-12-03 08:41:42python-devsetnosy: + python-dev
messages: + msg205085
2013-12-03 08:22:26vajraskycreate