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 Guilherme.Simões, Mark.Young, Todd.Rovito, gpolo, ned.deily, r.david.murray, roger.serwy, serhiy.storchaka, terry.reedy, weeble
Date 2016-06-07.00:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465260608.63.0.691434944538.issue5124@psf.upfronthosting.co.za>
In-reply-to
Content
I can't test but I looked at the patch.  It uses the new-to-me fact that bound 'functions' can be tcl code in a string.  For me, root.bind_class('Text', '<<Patch>>') returns the code string '\n    tk_textPaste %W\n'.  Options for the patch:

0. Do nothing.
1. 3.6 as option (default TBD).
2. 3.6 as fixed change.
3. All versions as option (default TBD).
4. All versions as fixed change.

I have determined that adding new sections to config-main does not affect previous releases, so 1 and 3 are possible.  See the post I just made to #27099 as to what is needed for new options.

For 1 and 3, there is the question of default - 'insert' versus 'replace', and for 3, whether it should be the same in all versions.  I don't think 'insert' and the option should stay around forever.

The question we need to think about is what would be best for beginners. The young but experienced Widows user, new to Linux, reported this to me as a bug that tripped her up a lot.

Serhiy, I think that this change, at least as an option, should be in tkinter, so as to make it more 'cross-platform'.  In the meantime, I will look at including this with the changes in #20799.

I am thinking about posting to python-ideas for other opinions on what to do in which package.
History
Date User Action Args
2016-06-07 00:50:08terry.reedysetrecipients: + terry.reedy, gpolo, ned.deily, roger.serwy, weeble, r.david.murray, Todd.Rovito, Mark.Young, serhiy.storchaka, Guilherme.Simões
2016-06-07 00:50:08terry.reedysetmessageid: <1465260608.63.0.691434944538.issue5124@psf.upfronthosting.co.za>
2016-06-07 00:50:08terry.reedylinkissue5124 messages
2016-06-07 00:50:07terry.reedycreate