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.14:27:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356013622.16.0.764942432174.issue16737@psf.upfronthosting.co.za>
In-reply-to
Content
I'm just pointing that run_module() and run_path() differs in the same way as `python -m` and `python`. If you want to change behavior of run_module(), then you should to change behavior of `python -m` too. And I'm not sure that this change will not break a lot of third-part code.

Try to backport run_path() to 2.6 if you need it.
History
Date User Action Args
2012-12-20 14:27:02serhiy.storchakasetrecipients: + serhiy.storchaka, vinay.sajip, ncoghlan
2012-12-20 14:27:02serhiy.storchakasetmessageid: <1356013622.16.0.764942432174.issue16737@psf.upfronthosting.co.za>
2012-12-20 14:27:02serhiy.storchakalinkissue16737 messages
2012-12-20 14:27:01serhiy.storchakacreate