Message9109

Author zyasoft
Recipients girish946, kanglecjr, zyasoft
Date 2014-10-06.12:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1412598845.53.0.851417929536.issue2209@psf.upfronthosting.co.za>
In-reply-to
Content
Reviewing the code below we need to do a better test of running on a Windows environment:

if sys.platform == 'win32':

will never dispatch for Windows specifically, since this always returns the underlying Java platform with version, such as 'java1.7.0_21'

Situations like this make me think how nice it would be if we wrote some pexpect tests (using CPython :) for Jython's version of the regrtest.
History
Date User Action Args
2014-10-06 12:34:05zyasoftsetmessageid: <1412598845.53.0.851417929536.issue2209@psf.upfronthosting.co.za>
2014-10-06 12:34:05zyasoftsetrecipients: + zyasoft, kanglecjr, girish946
2014-10-06 12:34:05zyasoftlinkissue2209 messages
2014-10-06 12:34:05zyasoftcreate