Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16737>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to