[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A
Changes by Bithin A : Removed file: http://bugs.python.org/file24577/multiple_imports.patch ___ Python tracker ___ ___ Python-bugs-list mailin

[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Benjamin Peterson
Benjamin Peterson added the comment: This is perfectly fine the way it is. PEP 8 has nothing to say about it. -- nosy: +benjamin.peterson resolution: -> wont fix status: open -> closed ___ Python tracker

[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A
Changes by Bithin A : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyth

[issue14064] collections module imported twice in urllib/parse.py

2012-02-20 Thread Bithin A
New submission from Bithin A : In urllib/parse.py the collections module is imported twice which is against the PEP8-- Style Guide for Python Code. -- components: Library (Lib) files: multiple_imports.patch keywords: patch messages: 153780 nosy: Bithin.A priority: normal severity: norma