
report at bugs
Jul 24, 2008, 9:09 PM
Views: 232
Permalink
|
|
[issue3441] Regression in "module as a script" command-line option
|
|
New submission from Richard Jones <richardjones[at]optushome.com.au>: The Python 2.5 "-m" command-line option allowed execution of a package directly, by invoking the __init__.py module. Python 2.6 no longer allows this. This is a quite unfortunate regression, and I would urge the decision to hobble it to be reconsidered. ---------- messages: 70240 nosy: richard severity: normal status: open title: Regression in "module as a script" command-line option versions: Python 2.6 _______________________________________ Python tracker <report[at]bugs.python.org> <http://bugs.python.org/issue3441> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|