[issue41608] IDLE: multiple space deletion by Backspace after non-spaces

Terry J. Reedy report at bugs.python.org
Thu Apr 29 02:28:19 EDT 2021


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Tests are needed.  See review.

Thinking about tests makes me realize that we need to extract an EditorText class that has the methods that only apply to the text component of EditorWindow.  That is most of them.  This would make testing easier because there would be no need to create a window to test the text methods.

----------
stage: patch review -> test needed

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue41608>
_______________________________________


More information about the Python-bugs-list mailing list