]> granicus.if.org Git - python/commit
#4455: IDLE failed to display the windows list when two windows have the same title.
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Nov 2008 23:28:42 +0000 (23:28 +0000)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>
Fri, 28 Nov 2008 23:28:42 +0000 (23:28 +0000)
commit47c2b607b8584a5c9e4bd46f53f12fa4fb772d5e
treead82cd774bcfebd73ddb24053a2a2263234d368b
parent5cff9312fd95469f5e5afdaaa8d7949361ffc79f
#4455: IDLE failed to display the windows list when two windows have the same title.

Windows objects cannot be compared, and it's better to have a consistent order;
so We add the window unique ID to the sort key.

Reviewed by Benjamin Peterson.
Lib/idlelib/WindowList.py
Misc/NEWS