New submission from Terry J. Reedy <[email protected]>: 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.
---------- assignee: terry.reedy components: IDLE messages: 307199 nosy: terry.reedy priority: normal severity: normal stage: needs patch status: open title: IDLE: delete tabbedpages.py type: resource usage versions: Python 3.6, Python 3.7 _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32164> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
