Branch: refs/heads/2.7 Home: https://github.com/python/cpython Commit: f6d6480b93eca6f353784579108957108750c004 https://github.com/python/cpython/commit/f6d6480b93eca6f353784579108957108750c004 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年07月06日 (2017年7月06日) Changed paths: M Lib/lib-tk/Tkinter.py M Lib/lib-tk/test/test_tkinter/test_widgets.py Log Message: ----------- [2.7] bpo-30855: Trying to fix test_use on Windows. (#2586) * 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) (subTest() removed since it was introduced in Python 3)