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 cheryl.sabella
Recipients cheryl.sabella, terry.reedy
Date 2017-07-01.18:24:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498933451.32.0.0281970461303.issue30495@psf.upfronthosting.co.za>
In-reply-to
Content
I have some questions about the final version:

1.  `ViewWindow` still has `self.button_ok` defined, but it's not used as far as I can tell.  Can that be removed?
2.  `def ok` in ViewFrame calls `self.parent.destroy`.  I was wondering if it should be `self.parent.ok`?  Trying to think of the pros and cons of both ways.

Thanks!
History
Date User Action Args
2017-07-01 18:24:11cheryl.sabellasetrecipients: + cheryl.sabella, terry.reedy
2017-07-01 18:24:11cheryl.sabellasetmessageid: <1498933451.32.0.0281970461303.issue30495@psf.upfronthosting.co.za>
2017-07-01 18:24:11cheryl.sabellalinkissue30495 messages
2017-07-01 18:24:11cheryl.sabellacreate