Message8027

Author rjkimble
Recipients rjkimble, santa4nt
Date 2013-05-22.18:27:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369247261.18.0.630202971203.issue2056@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for responding. The problem happens on 64-bit Windows 7. Running bang.py under jython and then python:

C:\temp>jython --version
Jython 2.7b1

C:\temp>jython bang.py ! hello
['bang.py', 'hello']

C:\temp>python bang.py ! hello
['bang.py', '!', 'hello']
History
Date User Action Args
2013-05-22 18:27:41rjkimblesetmessageid: <1369247261.18.0.630202971203.issue2056@psf.upfronthosting.co.za>
2013-05-22 18:27:41rjkimblesetrecipients: + rjkimble, santa4nt
2013-05-22 18:27:41rjkimblelinkissue2056 messages
2013-05-22 18:27:41rjkimblecreate