[issue31004] IDLE, configdialog: Factor out FontTab class from ConfigDialog

Terry J. Reedy report at bugs.python.org
Sat Jul 29 22:03:17 EDT 2017


Terry J. Reedy added the comment:

I am going to work on this now.  Tracers should be on for the duration of the test class except for the load test.  d = self.page is what I planned initially.

Argument note is bound to parameter parent and that will remain the name.

The one error I see in PageFont before testing is adding or leaving "frame = Frame(self.parent)".  Now that FontPage is a frame, 'frame = self' (we can later replace 'frame' with 'self' as the parent argument in calls that follow).

----------

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


More information about the Python-bugs-list mailing list