[issue44988] Use the newest tcl/tk support

2021-08-24 Thread 张峻铭
张峻铭 <3180471...@qq.com> added the comment: OK, I see. Thanks for your consideration. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue44988] Use the newest tcl/tk support

2021-08-24 Thread Ned Deily
Ned Deily added the comment: Thanks for the suggestion but 8.7 isn't even in beta yet, the most recent official release was 8.7a5. So it is way too early to consider moving the python.org installers to it. https://www.tcl.tk/software/tcltk/8.7.html -- nosy: +ned.deily resolution: -

[issue44988] Use the newest tcl/tk support

2021-08-24 Thread Terry J. Reedy
Terry J. Reedy added the comment: I am sympathetic to the idea, but is 8.7 out of beta yet? Do you have a link to the release page? Is it backward compatible, so that tkinter code written to run on current 8.6 would run on new binaries? In any case, such a change would only be done in a f

[issue44988] Use the newest tcl/tk support

2021-08-23 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 1.0 -> 2.0 pull_requests: +26376 stage: -> patch review pull_request: https://github.com/python/cpython/pull/27925 ___ Python tracker _

[issue44988] Use the newest tcl/tk support

2021-08-23 Thread 张峻铭
New submission from 张峻铭 <3180471...@qq.com>: The newest tcl/tk(8.7) has been released. If python uses the newest tcl/tk, tkinter will be better in these respects: 1. progressbar will be added text on it. 2. the scrollbar, text and canvas will be moved more smoothly. 3. tcl/tk8.7 includes tk_sysn