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 serhiy.storchaka
Recipients ncoghlan, serhiy.storchaka, vinay.sajip
Date 2012-12-20.13:53:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356011616.91.0.145730894267.issue16737@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m script
/home/serhiy/py/cpython/script.py __main__
$ ./python -c "import runpy; runpy.run_path('script.py', run_name='__main__')"
script.py __main__

This looks consistent.
History
Date User Action Args
2012-12-20 13:53:36serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, ncoghlan
2012-12-20 13:53:36serhiy.storchakasetmessageid: <1356011616.91.0.145730894267.issue16737@psf.upfronthosting.co.za>
2012-12-20 13:53:36serhiy.storchakalinkissue16737 messages
2012-12-20 13:53:36serhiy.storchakacreate