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 terry.reedy
Date 2017-11-29.02:41:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1511923313.57.0.213398074469.issue32164@psf.upfronthosting.co.za>
In-reply-to
Content
idlelib.tabbedpages.TabbedPageSet is a custom widget only used for the tabbed config dialog.  #30781 converted to using tkinter.ttk.Notebook.  The latter has proven to be an improvement and the former has no other use, nor would I recommend its use.  Time to delete the file.
History
Date User Action Args
2017-11-29 02:41:53terry.reedysetrecipients: + terry.reedy
2017-11-29 02:41:53terry.reedysetmessageid: <1511923313.57.0.213398074469.issue32164@psf.upfronthosting.co.za>
2017-11-29 02:41:53terry.reedylinkissue32164 messages
2017-11-29 02:41:52terry.reedycreate