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

No Windows List in IDLE if several windows have the same title #48705

Closed
amauryfa opened this issue Nov 28, 2008 · 3 comments
Closed

No Windows List in IDLE if several windows have the same title #48705

amauryfa opened this issue Nov 28, 2008 · 3 comments

Comments

@amauryfa
Copy link
Member

BPO 4455
Nosy @amauryfa, @benjaminp
Files
  • windowslist.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 = None
    closed_at = <Date 2008-11-28.23:29:06.181>
    created_at = <Date 2008-11-28.22:42:55.675>
    labels = ['release-blocker']
    title = 'No Windows List in IDLE if several windows have the same title'
    updated_at = <Date 2008-11-28.23:29:06.179>
    user = 'https://github.com/amauryfa'

    bugs.python.org fields:

    activity = <Date 2008-11-28.23:29:06.179>
    actor = 'amaury.forgeotdarc'
    assignee = 'none'
    closed = True
    closed_date = <Date 2008-11-28.23:29:06.181>
    closer = 'amaury.forgeotdarc'
    components = []
    creation = <Date 2008-11-28.22:42:55.675>
    creator = 'amaury.forgeotdarc'
    dependencies = []
    files = ['12150']
    hgrepos = []
    issue_num = 4455
    keywords = ['patch']
    message_count = 3.0
    messages = ['76562', '76564', '76566']
    nosy_count = 2.0
    nosy_names = ['amaury.forgeotdarc', 'benjamin.peterson']
    pr_nums = []
    priority = 'release blocker'
    resolution = 'fixed'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue4455'
    versions = ['Python 3.0']

    @amauryfa
    Copy link
    Member Author

    Start IDLE, and hit Ctrl-N twice to create two windows named "Untitled":
    This displays the message
    """
    warning: callback failed in WindowList <class 'TypeError'> : unorderable
    types: ListedToplevel() < ListedToplevel()
    """
    And the "Windows" menu does not contain the windows list.

    This is specific to python 3: Windows objects cannot be ordered any
    more. Patch is attached.

    @benjaminp
    Copy link
    Contributor

    Looks good.

    @amauryfa
    Copy link
    Member Author

    Fixed in r67436.

    @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
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants