Re: Bug with help (was Re: Getting a list of all modules)

2014-08-02 Thread Terry Reedy
On 8/2/2014 8:13 AM, Robert Kern wrote: On 2014-08-02 09:33, Heinz Schmitz wrote: Akira Li wrote: Look at how `help('modules')` is implemented. Though it crashes on my system. Have you reported this at bugs.python.org or is there already an issue for the problem that you see? It is this

Re: Bug with help (was Re: Getting a list of all modules)

2014-08-02 Thread Robert Kern
On 2014-08-02 09:33, Heinz Schmitz wrote: Akira Li wrote: Look at how `help('modules')` is implemented. Though it crashes on my system. Have you reported this at bugs.python.org or is there already an issue for the problem that you see? It is this issue for python2.7: https://bugs.launchp

Re: Bug with help (was Re: Getting a list of all modules)

2014-08-02 Thread Heinz Schmitz
Akira Li wrote: >>> Look at how `help('modules')` is implemented. Though it crashes on my >>> system. >> Have you reported this at bugs.python.org or is there already an issue >> for the problem that you see? >It is this issue for python2.7: >https://bugs.launchpad.net/ubuntu/+source/python2.7/+

Re: Bug with help (was Re: Getting a list of all modules)

2014-08-01 Thread Akira Li
Mark Lawrence writes: > On 31/07/2014 19:55, Akira Li wrote: >> Steven D'Aprano writes: >> >>> I'm looking for a programmatic way to get a list of all Python modules >>> and packages. Not just those already imported, but all those which >>> *could* be imported. >> ... >>> Is this problem already

Re: Bug with help (was Re: Getting a list of all modules)

2014-07-31 Thread Terry Reedy
On 7/31/2014 3:19 PM, Mark Lawrence wrote: On 31/07/2014 19:55, Akira Li wrote: Steven D'Aprano writes: I'm looking for a programmatic way to get a list of all Python modules and packages. Not just those already imported, but all those which *could* be imported. ... Is this problem already

Bug with help (was Re: Getting a list of all modules)

2014-07-31 Thread Mark Lawrence
On 31/07/2014 19:55, Akira Li wrote: Steven D'Aprano writes: I'm looking for a programmatic way to get a list of all Python modules and packages. Not just those already imported, but all those which *could* be imported. ... Is this problem already solved? Can anyone make any suggestions? L