commit | d6bb65f378e34fe0c11fdb39588357ecf22964eb | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sat Sep 30 19:54:28 2017 -0400 |
committer | GitHub <noreply@github.com> | Sat Sep 30 19:54:28 2017 -0400 |
tree | 5cdcb340f58d22e9e04a7a0ed043a91e57847dff | |
parent | bfebfd81de21b7906df386fce845f2b1f5ffd212 [diff] |
bpo-31460: Simplify the API of IDLE's Module Browser. (#3842) 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.