Message 299490 - Python tracker
Message299490
| 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:17 | terry.reedy | set | recipients: + terry.reedy, cheryl.sabella |
| 2017-07-30 02:03:17 | terry.reedy | set | messageid: <1501380197.55.0.918109404995.issue31004@psf.upfronthosting.co.za> |
| 2017-07-30 02:03:17 | terry.reedy | link | issue31004 messages |
| 2017-07-30 02:03:17 | terry.reedy | create | |