[New-bugs-announce] [issue4455] No Windows List in IDLE if several windows have the same title
Amaury Forgeot d'Arc
report at bugs.python.org
Fri Nov 28 23:42:56 CET 2008
New submission from Amaury Forgeot d'Arc <amauryfa at gmail.com>:
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.
----------
files: windowslist.patch
keywords: needs review, patch
messages: 76562
nosy: amaury.forgeotdarc
priority: release blocker
severity: normal
status: open
title: No Windows List in IDLE if several windows have the same title
versions: Python 3.0
Added file: http://bugs.python.org/file12150/windowslist.patch
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4455>
_______________________________________
More information about the New-bugs-announce
mailing list