summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-31460.HpveI6.rst
blob: 6492115260ad3f22f349a6c3d7d94f8432f22736 (plain)
1
2
3
4
5
6
Simplify the API of IDLE's Module Browser.

Passing a widget instead of an flist with a root widget opens the option of
creating a browser frame that is only part of a window.  Passing a full file
name instead of pieces assumed to come from a .py file opens the possibility
of browsing python files that do not end in .py.