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 gvanrossum
Recipients christian.heimes, gvanrossum
Date 2008-01-07.18:58:01
SpamBayes Score 0.0025115996
Marked as misclassified No
Message-id <1199732282.41.0.0565875093143.issue1756@psf.upfronthosting.co.za>
In-reply-to
Content
As of today, the -m option doesn't appear to work any more in the trunk.
 I get this error:

$ ./python -m string
Could not import runpy module
$

However it seems to be confused:

$ ./python -c 'import runpy'
$

IOW the module imports just fine.

Crys, I wonder if this has to do with your import-nolock changes?
History
Date User Action Args
2008-01-07 18:58:02gvanrossumsetspambayes_score: 0.0025116 -> 0.0025115996
recipients: + gvanrossum, christian.heimes
2008-01-07 18:58:02gvanrossumsetspambayes_score: 0.0025116 -> 0.0025116
messageid: <1199732282.41.0.0565875093143.issue1756@psf.upfronthosting.co.za>
2008-01-07 18:58:01gvanrossumlinkissue1756 messages
2008-01-07 18:58:01gvanrossumcreate