Cheryl Sabella added the comment:

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!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30495>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to