Message4774

Author pjenvey
Recipients fwierzbicki, otmarhumbel, pjenvey
Date 2009-05-31.21:38:39
SpamBayes Score 3.932118e-10
Marked as misclassified No
Message-id <1243805920.09.0.392624598939.issue1356@psf.upfronthosting.co.za>
In-reply-to
Content
This is definitely the .bat file's fault, it's due to of all things an 
asterisk. To reproduce it on the plain command line:

>dist\bin\jython -c "import sys;sys.stdout.write(\"xyz\"*1);"
  File "<string>", line 1
    import
          ^
SyntaxError: mismatched input '\n\n' expecting NAME

>python -c "import sys;sys.stdout.write(\"xyz\"*1);"
xyz
History
Date User Action Args
2009-05-31 21:38:40pjenveysetmessageid: <1243805920.09.0.392624598939.issue1356@psf.upfronthosting.co.za>
2009-05-31 21:38:40pjenveysetrecipients: + pjenvey, otmarhumbel, fwierzbicki
2009-05-31 21:38:39pjenveylinkissue1356 messages
2009-05-31 21:38:39pjenveycreate