[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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:  -> third party
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 
future release.

There should be separate patches for Windows and macOS.

--
nosy: +markroseman, serhiy.storchaka, terry.reedy
versions:  -Python 3.10, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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_sysnotify and tk_systray, which provide users with a 
modern way match OS to show the messages.
Therefore, I suggest that python should use the newest tcl to bring new feature 
to Python GUI.

--
components: Tkinter
messages: 400195
nosy: smart-space
priority: normal
severity: normal
status: open
title: Use the newest tcl/tk support
type: enhancement
versions: Python 3.10, Python 3.11, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com