cpython/Misc/NEWS.d/next/IDLE/2017-09-30-19-03-26.bpo-314...

7 lines
323 B
ReStructuredText

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.