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 ncoghlan
Recipients gvanrossum, ncoghlan
Date 2007-12-02.14:01:44
SpamBayes Score 0.0027475227
Marked as misclassified No
Message-id <1196604108.61.0.966388731293.issue1487@psf.upfronthosting.co.za>
In-reply-to
Content
Posted v2 of the patch, which fixes the problem Guido noted, and
improved the tests to make sure __package__ is being set correctly.
There's also now an explicit test for using -m on a module inside a
package (which proved harder to write than I expected - it isn't easy to
fiddle with sys.path when the subprocess is running python with the -E
flag!).
Files
File name Uploaded
pep_366_v2.diff ncoghlan, 2007-12-02.14:01:45
History
Date User Action Args
2007-12-02 14:01:48ncoghlansetspambayes_score: 0.00274752 -> 0.0027475227
recipients: + ncoghlan, gvanrossum
2007-12-02 14:01:48ncoghlansetspambayes_score: 0.00274752 -> 0.00274752
messageid: <1196604108.61.0.966388731293.issue1487@psf.upfronthosting.co.za>
2007-12-02 14:01:48ncoghlanlinkissue1487 messages
2007-12-02 14:01:48ncoghlancreate