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

Revert Queue rename in 2.6 #47174

Closed
brettcannon opened this issue May 20, 2008 · 4 comments
Closed

Revert Queue rename in 2.6 #47174

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

Comments

@brettcannon
Copy link
Member

BPO 2925
Nosy @brettcannon, @birkenfeld
Files
  • revert_queue.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 = None
    closed_at = <Date 2008-05-25.07:21:12.458>
    created_at = <Date 2008-05-20.04:34:07.689>
    labels = ['type-bug', 'library', 'release-blocker']
    title = 'Revert Queue rename in 2.6'
    updated_at = <Date 2008-05-25.07:21:12.370>
    user = 'https://github.com/brettcannon'

    bugs.python.org fields:

    activity = <Date 2008-05-25.07:21:12.370>
    actor = 'georg.brandl'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-05-25.07:21:12.458>
    closer = 'georg.brandl'
    components = ['Library (Lib)']
    creation = <Date 2008-05-20.04:34:07.689>
    creator = 'brett.cannon'
    dependencies = []
    files = ['10432']
    hgrepos = []
    issue_num = 2925
    keywords = ['patch']
    message_count = 4.0
    messages = ['67095', '67315', '67316', '67323']
    nosy_count = 2.0
    nosy_names = ['brett.cannon', 'georg.brandl']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue2925'
    versions = ['Python 2.6']

    @brettcannon
    Copy link
    Member Author

    The rename of Queue in 2.6 needs to be reverted with only a note in the
    docs to remain.

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

    r63104 moved the stud module from Lib to Lib/lib-old.

    r63080 changed some docs and added a test for the rename.

    r63077 changed imports.

    @brettcannon
    Copy link
    Member Author

    After performing a svn rename on Lib/queue.py to Lib/Queue.py the
    attached patch should revert all other changes related to the rename.

    As per usual, I am on OS X so I can't do the case-sensitive rename. If
    someone could do the svn rename, apply the patch, and run regrtest that
    would be appreciated.

    @birkenfeld
    Copy link
    Member

    Renamed and fixed references in r63599, r63600, r63603.

    @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