Issue1144

classification
Title: jython -m option (runpy) needs to allow -mMODULE and passing additional options
Type: Severity: normal
Components: Core Versions: 2.5alpha3
Milestone:
process
Status: closed Resolution:
Dependencies: Superseder:
Assigned To: zyasoft Nosy List: zyasoft
Priority: Keywords:

Created on 2008-10-06.03:47:35 by zyasoft, last changed 2008-10-06.18:58:35 by zyasoft.

Messages
msg3642 (view) Author: Jim Baker (zyasoft) Date: 2008-10-06.03:47:34
This is allowed by CPython 2.5, so we need to support as well.
Exercised by test_quopri
msg3643 (view) Author: Jim Baker (zyasoft) Date: 2008-10-06.04:07:46
-m parsing also does not support passing on any additional options
seen in

jython2.5 -mquopri -d

Jython needs to pass any subsequent flags to the quopri module in this
example, not to parse as a d flag for jython itself.
msg3644 (view) Author: Jim Baker (zyasoft) Date: 2008-10-06.18:58:35
Resolved by r5361
History
Date User Action Args
2008-10-06 18:58:35zyasoftsetstatus: open -> closed
messages: + msg3644
2008-10-06 04:07:47zyasoftsetmessages: + msg3643
title: jython -m option (runpy) needs to allow -mMODULE, without spaces -> jython -m option (runpy) needs to allow -mMODULE and passing additional options
2008-10-06 03:47:35zyasoftcreate