[New-bugs-announce] [issue38433] 2.7.17rc1 tcl/tk version regression on Windows

Terry J. Reedy report at bugs.python.org
Thu Oct 10 12:17:42 EDT 2019


New submission from Terry J. Reedy <tjreedy at udel.edu>:

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.

----------
components: Build, Tkinter
messages: 354394
nosy: benjamin.peterson, serhiy.storchaka, terry.reedy, zach.ware
priority: release blocker
severity: normal
status: open
title: 2.7.17rc1 tcl/tk version regression on Windows
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue38433>
_______________________________________


More information about the New-bugs-announce mailing list