Issue 14064: collections module imported twice in urllib/parse.py (original) (raw)
Issue14064
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) * ![]() |
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:26 | admin | set | github: 58272 |
2012-02-20 14:46:35 | Bithin.A | set | files: - multiple_imports.patch |
2012-02-20 14:31:31 | benjamin.peterson | set | status: open -> closednosy: + benjamin.petersonmessages: + resolution: wont fix |
2012-02-20 12:57:49 | Bithin.A | set | type: enhancement |
2012-02-20 12:56:39 | Bithin.A | create |