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 terry.reedy
Recipients benjamin.peterson, serhiy.storchaka, terry.reedy, zach.ware
Date 2019-10-10.16:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570724262.85.0.67744981479.issue38433@roundup.psfhosted.org>
In-reply-to
Content
In my current 2.7.16+ Windows 10-64 repository build, and on at least one 8.1-64 buildbot, the tcl/tk version is 8.5.19
>>> tk.Tk().tk.call('info', 'patchlevel')
'8.5.19'

In my installed 2.7.17rc1, it is the older 8.5.15.  It would seem to me that we should install the same latest 8.5 bugfix release that we test with.  (Or test with what we release ;-)  I presume the discrepancy is unintended due to an incomplete final 2.7 tcl/tk update.
History
Date User Action Args
2019-10-10 16:17:42terry.reedysetrecipients: + terry.reedy, benjamin.peterson, zach.ware, serhiy.storchaka
2019-10-10 16:17:42terry.reedysetmessageid: <1570724262.85.0.67744981479.issue38433@roundup.psfhosted.org>
2019-10-10 16:17:42terry.reedylinkissue38433 messages
2019-10-10 16:17:42terry.reedycreate