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 <rep...@bugs.python.org>
<http://bugs.python.org/issue31004>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to