[issue18910] IDle: test textView.py

Terry J. Reedy report at bugs.python.org
Thu Jun 5 10:03:37 CEST 2014


Terry J. Reedy added the comment:

The use of .__new__ was cute. Unfortunately, it did not backport to 2.7 because tkinter classes were never upgraded from old to new in 2.7 and old-style classes do not have .__new__. So I monkeypatched the module instead, which is a but clumbsier than patching the instance.
Though not every detail is tested, coverage is essentialy 100% and the human text covers the visual details.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
Added file: http://bugs.python.org/file35488/test_textview-18910.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue18910>
_______________________________________


More information about the Python-bugs-list mailing list