Message5342

Author jaraco
Recipients jaraco
Date 2009-12-03.21:55:08
SpamBayes Score 1.688509e-08
Marked as misclassified No
Message-id <1259877308.79.0.608716752733.issue1514@psf.upfronthosting.co.za>
In-reply-to
Content
Jython seems to be losing some command-line arguments, such as the
question mark. I'm using Windows 7. The problem occurs under Windows
Powershell as well as CMD.exe.

PS C:\> jython -V
Jython 2.5.1
PS C:\> jython -c "import sys; print sys.argv" "0 15 10 ? * 6#3,4#3"
['-c', '0 15 10 ']

It works as expected on CPython 2.6.4

PS C:\> python -c "import sys; print sys.argv" "0 15 10 ? * 6#3,4#3"
['-c', '0 15 10 ? * 6#3,4#3']
History
Date User Action Args
2009-12-03 21:55:08jaracosetrecipients: + jaraco
2009-12-03 21:55:08jaracosetmessageid: <1259877308.79.0.608716752733.issue1514@psf.upfronthosting.co.za>
2009-12-03 21:55:08jaracolinkissue1514 messages
2009-12-03 21:55:08jaracocreate