]> granicus.if.org Git - python/commit
Issue #25263: Trying to fix test_use on Windows.
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Nov 2015 12:43:31 +0000 (14:43 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 9 Nov 2015 12:43:31 +0000 (14:43 +0200)
commitb9d672491d5082c541bf267eb7bb99fdc6529324
tree8fb2e712b66677cbc5f1033060109785e6ce3ed5
parentf4ac4e3de21d58695c0e7a4beb3ba515db7c8acd
Issue #25263: Trying to fix test_use on Windows.

Avoid possible weird behavior of WideInt convertion.
"winfo id" always returns string hexadecimal representation.
Lib/tkinter/__init__.py