[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg353759 ___ Python tracker ___ ___ Python-bugs-list maili

[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- Removed message: https://bugs.python.org/msg353760 ___ Python tracker ___ ___ Python-bugs-list maili

[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Oops, it is better to attach it to issue13153. -- ___ Python tracker ___ ___ Python-bugs-list m

[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- versions: +Python 3.7, Python 3.8, Python 3.9 -Python 3.6 ___ Python tracker ___ ___ Python-bugs-lis

[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 16545 solves the problem by using OS specific methods for converting between Python and Tcl strings. It is not ideal, but is good enough for most real cases. Now you can paste, copy and print non-BMP characters. The code containing them can be displayed

[issue22214] Tkinter: Don't stringify callback arguments

2019-10-02 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +16134 pull_request: https://github.com/python/cpython/pull/16545 ___ Python tracker ___

[issue22214] Tkinter: Don't stringify callback arguments

2016-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: Review works. "to Python function" should be either "to a Python function" or "to Python functions". Preventing crashes is a justifying use case. Percolator registers its 'insert' and 'delete' methods with a WidgetRedirector. It then patches them into to t

[issue22214] Tkinter: Don't stringify callback arguments

2016-06-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you Terry for your review. Here is updated patch fith fixed wording as you suggested. Hope it will be available to review on Rietveld. The original purpose of this patch was to help fixing some IDLE "crashes". Percolator is registered in text widgets f

[issue22214] Tkinter: Don't stringify callback arguments

2016-06-19 Thread Terry J. Reedy
Terry J. Reedy added the comment: There is no review button for the new patch (don't know why), so: in the News and What's New entries, change "if call" to "if one calls" and "or set" to "or sets". More importantly, question your use of 'callback' in the entries. To me, a callback is a funct