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

patch to fix_import: UserDict -> collections #46322

Closed
eopadoan mannequin opened this issue Feb 7, 2008 · 2 comments
Closed

patch to fix_import: UserDict -> collections #46322

eopadoan mannequin opened this issue Feb 7, 2008 · 2 comments
Assignees
Labels
topic-2to3 type-bug An unexpected behavior, bug, or error

Comments

@eopadoan
Copy link
Mannequin

eopadoan mannequin commented Feb 7, 2008

BPO 2046
Nosy @rhettinger, @tiran, @benjaminp
Superseder
  • bpo-2876: Write UserDict fixer for 2to3
  • Files
  • fix_import_udict.diff
  • 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/tiran'
    closed_at = <Date 2008-10-14.22:32:46.724>
    created_at = <Date 2008-02-07.23:44:07.713>
    labels = ['type-bug', 'expert-2to3']
    title = 'patch to fix_import: UserDict -> collections'
    updated_at = <Date 2010-11-29.16:25:41.569>
    user = 'https://bugs.python.org/eopadoan'

    bugs.python.org fields:

    activity = <Date 2010-11-29.16:25:41.569>
    actor = 'eric.araujo'
    assignee = 'christian.heimes'
    closed = True
    closed_date = <Date 2008-10-14.22:32:46.724>
    closer = 'benjamin.peterson'
    components = ['2to3 (2.x to 3.x conversion tool)']
    creation = <Date 2008-02-07.23:44:07.713>
    creator = 'eopadoan'
    dependencies = []
    files = ['9388']
    hgrepos = []
    issue_num = 2046
    keywords = ['patch']
    message_count = 2.0
    messages = ['62186', '74777']
    nosy_count = 5.0
    nosy_names = ['collinwinter', 'rhettinger', 'christian.heimes', 'eopadoan', 'benjamin.peterson']
    pr_nums = []
    priority = 'normal'
    resolution = 'duplicate'
    stage = None
    status = 'closed'
    superseder = '2876'
    type = 'behavior'
    url = 'https://bugs.python.org/issue2046'
    versions = ['Python 2.6', 'Python 3.0']

    @eopadoan
    Copy link
    Mannequin Author

    eopadoan mannequin commented Feb 7, 2008

    UserDict moved from UserDict module (deleted) to collections on py3k.
    This patch adds this case to fix_import.py on 2to3.

    @eopadoan eopadoan mannequin assigned collinwinter Feb 7, 2008
    @eopadoan eopadoan mannequin added topic-2to3 type-bug An unexpected behavior, bug, or error labels Feb 7, 2008
    @tiran tiran assigned tiran and unassigned collinwinter Feb 8, 2008
    @benjaminp
    Copy link
    Contributor

    Closing in favor of bpo-2876.

    @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
    topic-2to3 type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants