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 chris.jerdonek
Recipients amaury.forgeotdarc, brett.cannon, chris.jerdonek, ncoghlan
Date 2012-08-22.00:25:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345595126.57.0.802308964987.issue15316@psf.upfronthosting.co.za>
In-reply-to
Content
I ran into this again because an error while running `./python.exe -m test` was getting masked.  The use of __main__.py in the package may be the distinguishing characteristic.
History
Date User Action Args
2012-08-22 00:25:26chris.jerdoneksetrecipients: + chris.jerdonek, brett.cannon, amaury.forgeotdarc, ncoghlan
2012-08-22 00:25:26chris.jerdoneksetmessageid: <1345595126.57.0.802308964987.issue15316@psf.upfronthosting.co.za>
2012-08-22 00:25:26chris.jerdoneklinkissue15316 messages
2012-08-22 00:25:25chris.jerdonekcreate