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 serhiy.storchaka, terry.reedy
Date 2014-05-23.17:35:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400866551.74.0.743475765524.issue21474@psf.upfronthosting.co.za>
In-reply-to
Content
Deleting the function and calls to it would be easy. But my memory, which could be off, is that I left fixwordbreaks(root) in the test function now called _editor_window (at the end of the file) because the test did not work right without it. I willhave to recheck.

Beyond that, my first experiments were aimed at discovering the functions affected and therefor what would have to be tested with any changes.

To properly test this requires simulating keystrokes, like control-backspace, as opposed to inserting characters. Are there any tk/tkinter tests that do this, that I could use as a model?
History
Date User Action Args
2014-05-23 17:35:51terry.reedysetrecipients: + terry.reedy, serhiy.storchaka
2014-05-23 17:35:51terry.reedysetmessageid: <1400866551.74.0.743475765524.issue21474@psf.upfronthosting.co.za>
2014-05-23 17:35:51terry.reedylinkissue21474 messages
2014-05-23 17:35:49terry.reedycreate