[issue13973] urllib.parse is imported twice in xmlrpc.client

2012-02-24 Thread Éric Araujo
Changes by Éric Araujo : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.

[issue13973] urllib.parse is imported twice in xmlrpc.client

2012-02-24 Thread Ezio Melotti
Ezio Melotti added the comment: Fixed, thanks for the report and the patch. -- assignee: -> ezio.melotti nosy: +ezio.melotti resolution: -> fixed stage: -> committed/rejected type: -> enhancement ___ Python tracker

[issue13973] urllib.parse is imported twice in xmlrpc.client

2012-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset a3e8f8d10dce by Ezio Melotti in branch 'default': #13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe. http://hg.python.org/cpython/rev/a3e8f8d10dce -- nosy: +python-dev ___

[issue13973] urllib.parse is imported twice in xmlrpc.client

2012-02-09 Thread Tshepang Lekhonkhobe
New submission from Tshepang Lekhonkhobe : urllib.parse is imported twice in xmlrpc.client, and it also breaks pep8 -- components: Library (Lib) files: duplicate-imports.patch keywords: patch messages: 152932 nosy: tshepang priority: normal severity: normal status: open title: urllib.par