Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

urllib.parse is imported twice in xmlrpc.client #58181

Closed
tshepang mannequin opened this issue Feb 9, 2012 · 3 comments
Closed

urllib.parse is imported twice in xmlrpc.client #58181

tshepang mannequin opened this issue Feb 9, 2012 · 3 comments
Assignees
Labels
stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@tshepang
Copy link
Mannequin

tshepang mannequin commented Feb 9, 2012

BPO 13973
Nosy @ezio-melotti
Files
  • duplicate-imports.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = 'https://github.com/ezio-melotti'
    closed_at = <Date 2012-02-25.07:09:51.183>
    created_at = <Date 2012-02-09.08:22:36.908>
    labels = ['type-feature', 'library']
    title = 'urllib.parse is imported twice in xmlrpc.client'
    updated_at = <Date 2012-02-25.07:09:51.183>
    user = 'https://bugs.python.org/tshepang'

    bugs.python.org fields:

    activity = <Date 2012-02-25.07:09:51.183>
    actor = 'eric.araujo'
    assignee = 'ezio.melotti'
    closed = True
    closed_date = <Date 2012-02-25.07:09:51.183>
    closer = 'eric.araujo'
    components = ['Library (Lib)']
    creation = <Date 2012-02-09.08:22:36.908>
    creator = 'tshepang'
    dependencies = []
    files = ['24462']
    hgrepos = []
    issue_num = 13973
    keywords = ['patch']
    message_count = 3.0
    messages = ['152932', '154131', '154132']
    nosy_count = 3.0
    nosy_names = ['ezio.melotti', 'tshepang', 'python-dev']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue13973'
    versions = ['Python 3.3']

    @tshepang
    Copy link
    Mannequin Author

    tshepang mannequin commented Feb 9, 2012

    urllib.parse is imported twice in xmlrpc.client, and it also breaks PEP-8

    @tshepang tshepang mannequin added the stdlib Python modules in the Lib dir label Feb 9, 2012
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Feb 24, 2012

    New changeset a3e8f8d10dce by Ezio Melotti in branch 'default':
    bpo-13973: move a couple of imports at module level. Patch by Tshepang Lekhonkhobe.
    http://hg.python.org/cpython/rev/a3e8f8d10dce

    @ezio-melotti
    Copy link
    Member

    Fixed, thanks for the report and the patch.

    @ezio-melotti ezio-melotti self-assigned this Feb 24, 2012
    @ezio-melotti ezio-melotti added the type-feature A feature request or enhancement label Feb 24, 2012
    @merwok merwok closed this as completed Feb 25, 2012
    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants