Message10744

Author pradeeppanayal
Recipients pradeeppanayal
Date 2016-02-16.12:06:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1455624403.25.0.939177923627.issue2466@psf.upfronthosting.co.za>
In-reply-to
Content
Following scripts returns no error/response message on compile or execute using python interceptor.

Test case 1: print "some text      -- Failed
Test case 2: print 'some text      -- Failed
Test case 3: print 'Some data
             #comments / new line / EOF -- Failed 

Failed - Terminates without any error or response.
History
Date User Action Args
2016-02-16 12:06:43pradeeppanayalsetrecipients: + pradeeppanayal
2016-02-16 12:06:43pradeeppanayalsetmessageid: <1455624403.25.0.939177923627.issue2466@psf.upfronthosting.co.za>
2016-02-16 12:06:43pradeeppanayallinkissue2466 messages
2016-02-16 12:06:42pradeeppanayalcreate