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 illume
Recipients benjamin.peterson, illume, ncoghlan
Date 2009-07-10.02:52:43
SpamBayes Score 1.2131125e-08
Marked as misclassified No
Message-id <1247194365.88.0.977021197983.issue2751@psf.upfronthosting.co.za>
In-reply-to
Content
Hi,

note -m on packages still works with python3.0 and python3.1.  It works
by allowing a __main__.py file that gets called by -m.

This is a really annoying regression for python2.6.  It's a fairly wide
spread feature too.

I can't see any PEP for why this regression exists.

For pygame we will probably work around it by using "python -m
tests.main" or "python -m pygame.tests.run" which is ugly, but at least
it'll work!


cheers,
History
Date User Action Args
2009-07-10 02:52:46illumesetrecipients: + illume, ncoghlan, benjamin.peterson
2009-07-10 02:52:45illumesetmessageid: <1247194365.88.0.977021197983.issue2751@psf.upfronthosting.co.za>
2009-07-10 02:52:44illumelinkissue2751 messages
2009-07-10 02:52:43illumecreate