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 cheryl.sabella, terry.reedy
Date 2017-07-30.02:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1501380197.55.0.918109404995.issue31004@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2017-07-30 02:03:17terry.reedysetrecipients: + terry.reedy, cheryl.sabella
2017-07-30 02:03:17terry.reedysetmessageid: <1501380197.55.0.918109404995.issue31004@psf.upfronthosting.co.za>
2017-07-30 02:03:17terry.reedylinkissue31004 messages
2017-07-30 02:03:17terry.reedycreate