This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc
Date 2008-11-28.22:42:54
SpamBayes Score 0.0007240278
Marked as misclassified No
Message-id <1227912176.33.0.213369898929.issue4455@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2008-11-28 22:42:56amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc
2008-11-28 22:42:56amaury.forgeotdarcsetmessageid: <1227912176.33.0.213369898929.issue4455@psf.upfronthosting.co.za>
2008-11-28 22:42:55amaury.forgeotdarclinkissue4455 messages
2008-11-28 22:42:55amaury.forgeotdarccreate