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

Backport UserList move in 3.0 #47127

Closed
brettcannon opened this issue May 16, 2008 · 5 comments
Closed

Backport UserList move in 3.0 #47127

brettcannon opened this issue May 16, 2008 · 5 comments
Assignees
Labels
release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error

Comments

@brettcannon
Copy link
Member

BPO 2878
Nosy @brettcannon, @rhettinger
Files
  • userlist_import_fixer.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/brettcannon'
    closed_at = <Date 2008-05-29.19:14:10.416>
    created_at = <Date 2008-05-16.04:51:09.956>
    labels = ['type-bug', 'library', 'release-blocker']
    title = 'Backport UserList move in 3.0'
    updated_at = <Date 2008-05-29.19:14:10.408>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2008-05-29.19:14:10.408>
    actor = 'brett.cannon'
    assignee = 'brett.cannon'
    closed = True
    closed_date = <Date 2008-05-29.19:14:10.416>
    closer = 'brett.cannon'
    components = ['Library (Lib)']
    creation = <Date 2008-05-16.04:51:09.956>
    creator = 'brett.cannon'
    dependencies = []
    files = ['10448']
    hgrepos = []
    issue_num = 2878
    keywords = ['patch']
    message_count = 5.0
    messages = ['66902', '67359', '67362', '67417', '67509']
    nosy_count = 3.0
    nosy_names = ['brett.cannon', 'rhettinger', 'quentin.gallet-gilles']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2878'
    versions = ['Python 2.6']

    @brettcannon
    Copy link
    Member Author

    The UserList class was moved from the UserList module to the collections
    module. That move along with the stdlib update needs to be backported to
    2.6.

    @brettcannon brettcannon added release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error labels May 16, 2008
    @brettcannon
    Copy link
    Member Author

    Raymond, can you tell me exactly where each module-level thing in UserList
    went and if it was renamed or not? That way the fixer can get written.

    @rhettinger
    Copy link
    Contributor

    It was moved to the collections module.

    @rhettinger rhettinger assigned brettcannon and unassigned rhettinger May 26, 2008
    @quentingallet-gilles
    Copy link
    Mannequin

    quentingallet-gilles mannequin commented May 27, 2008

    Attaching a patch for the import fixer of UserList.

    @brettcannon
    Copy link
    Member Author

    Committed in r63790.

    @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
    release-blocker stdlib Python modules in the Lib dir type-bug An unexpected behavior, bug, or error
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants