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: collections module imported twice in urllib/parse.py
Type: enhancement Stage:
Components: Library (Lib) Versions:
process
Status: closed Resolution: wont fix
Dependencies: Superseder:
Assigned To: Nosy List: Bithin.A, benjamin.peterson
Priority: normal Keywords: patch

Created on 2012-02-20 12:56 by Bithin.A, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg153780 - (view) Author: Bithin A (Bithin.A) Date: 2012-02-20 12:56
In urllib/parse.py the collections module is imported twice which is against the PEP8-- Style Guide for Python Code.
msg153783 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2012-02-20 14:31
This is perfectly fine the way it is. PEP 8 has nothing to say about it.
History
Date User Action Args
2022-04-11 14:57:26adminsetgithub: 58272
2012-02-20 14:46:35Bithin.Asetfiles: - multiple_imports.patch
2012-02-20 14:31:31benjamin.petersonsetstatus: open -> closed

nosy: + benjamin.peterson
messages: + msg153783

resolution: wont fix
2012-02-20 12:57:49Bithin.Asettype: enhancement
2012-02-20 12:56:39Bithin.Acreate