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 terry.reedy
Recipients Jeroen, pje, roger.serwy, terry.reedy
Date 2012-02-03.00:07:57
SpamBayes Score 8.049117e-15
Marked as misclassified No
Message-id <1328227678.28.0.480266017796.issue13926@psf.upfronthosting.co.za>
In-reply-to
Content
This issue is essentially a duplicate of #12092. For the OP there, the stall happens because something on Gnome pops up a configuration GUI and, I presume, waits for response. I am thinking now that 'modules' is simply a bad idea and should be removed or severely changed to only list and not execute. There is no telling *what* might be on the search path.

I noted there that there are two issues: documenting help() better, and changing the behavior of help('modules') and that there is least a behavior bug. I am only leaving this issue open because of the report of IDLE crashing - which does not happen on Win7, 3.2. I know nothing of how IDLE executes on *nix and whether there is anything that might be done to at least exit more gracefully.

We might make this the 'change code' issue, though if code is change, some of the proposed doc change will become obsolete.
History
Date User Action Args
2012-02-03 00:07:58terry.reedysetrecipients: + terry.reedy, pje, roger.serwy, Jeroen
2012-02-03 00:07:58terry.reedysetmessageid: <1328227678.28.0.480266017796.issue13926@psf.upfronthosting.co.za>
2012-02-03 00:07:57terry.reedylinkissue13926 messages
2012-02-03 00:07:57terry.reedycreate