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, louielu, terry.reedy
Date 2017-05-27.22:42:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495924938.36.0.573512574453.issue30290@psf.upfronthosting.co.za>
In-reply-to
Content
While reviewing, I decided to draw a widget tree.  I believe it would have been easier if packs and grids were grouped.

I want to continue with 'IDLE: modernize help-about' and ditto for textview.  The help_about issue can begin with ttk conversion: change imports and remove an invalid option or two.  The textview issue can begin with the still missing docstrings.  I want to refactor both the way I discussed in the roadmap issue: make separate Toplevel and Frame subclasses.  The Toplevel subclass instance creates a Frame subclass instance which becomes an attribute of the toplevel.  Help.py already has this structure.
History
Date User Action Args
2017-05-27 22:42:18terry.reedysetrecipients: + terry.reedy, louielu, cheryl.sabella
2017-05-27 22:42:18terry.reedysetmessageid: <1495924938.36.0.573512574453.issue30290@psf.upfronthosting.co.za>
2017-05-27 22:42:18terry.reedylinkissue30290 messages
2017-05-27 22:42:18terry.reedycreate