[Python-checkins] [python/cpython] c48a00: [3.5] bpo-30855: Trying to fix test_use on Windows...
GitHub
noreply at github.com
Wed Jul 5 09:58:25 EDT 2017
Branch: refs/heads/3.5
Home: https://github.com/python/cpython
Commit: c48a000c74b48586742c4b7eb42bba93f15953a9
https://github.com/python/cpython/commit/c48a000c74b48586742c4b7eb42bba93f15953a9
Author: Victor Stinner <victor.stinner at gmail.com>
Date: 2017-07-05 (Wed, 05 Jul 2017)
Changed paths:
M Lib/tkinter/__init__.py
M Lib/tkinter/test/test_tkinter/test_widgets.py
Log Message:
-----------
[3.5] bpo-30855: Trying to fix test_use on Windows. (#2585)
* bpo-30855: Trying to fix test_use on Windows.
Avoid possible weird behavior of WideInt convertion.
"winfo id" always returns string hexadecimal representation.
(cherry picked from commit b9d672491d5082c541bf267eb7bb99fdc6529324)
* bpo-30855: Trying to fix test_use on Windows.
(cherry picked from commit 29a2f7c6b38e5a6ed891aa72af38974a1ff2d372)
More information about the Python-checkins
mailing list