Message7906

Author vitaly
Recipients amak, emcdowell, fwierzbicki, jeff.allen, pjenvey, vitaly
Date 2013-03-06.04:38:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1362544730.03.0.224616748372.issue1972@psf.upfronthosting.co.za>
In-reply-to
Content
My results from running pjenvey tty checks:

$ jython --version
Jython 2.5.2
$ jython -c "import sys;print(sys.stdin.isatty(), sys._jy_interpreter)"
(True, org.python.util.JLineConsole@3a2cd728)
$ jython check.py 
(False, org.python.util.InteractiveConsole@6a1e5cf0)
History
Date User Action Args
2013-03-06 04:38:50vitalysetmessageid: <1362544730.03.0.224616748372.issue1972@psf.upfronthosting.co.za>
2013-03-06 04:38:50vitalysetrecipients: + vitaly, fwierzbicki, amak, pjenvey, jeff.allen, emcdowell
2013-03-06 04:38:49vitalylinkissue1972 messages
2013-03-06 04:38:49vitalycreate