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 fgracia
Recipients fgracia
Date 2012-10-14.09:17:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350206279.5.0.670551753566.issue16226@psf.upfronthosting.co.za>
In-reply-to
Content
The menu option *File / Path browser* (as well in the *Shell* window as in the *Editor* one) shows a new window with a tree structure rooted at *sys.path*. The available leaf nodes show the *plus* sign that usually implies that they can be expanded by clicking on the desired one. On the performance of this action IDLE disappears immediately. If one clicks just on the legend of the node, IDLE remains undisturbed but nothing more happens.

Idle's help says:

*File Menu:
...
Path Browser -- Show sys.path directories, modules, classes and methods*

so that apparently the expansion should also work.

I suppose that this command would be mostly used at the initial phases of learning Python (at least I would have done it if I had noticed then its existence and function), but its present status does not favor such didactic purpose.

Regards
History
Date User Action Args
2012-10-14 09:17:59fgraciasetrecipients: + fgracia
2012-10-14 09:17:59fgraciasetmessageid: <1350206279.5.0.670551753566.issue16226@psf.upfronthosting.co.za>
2012-10-14 09:17:59fgracialinkissue16226 messages
2012-10-14 09:17:58fgraciacreate