Message3367

Author baoilleach
Recipients baoilleach
Date 2008-07-30.15:07:01
SpamBayes Score 5.6909466e-05
Marked as misclassified No
Message-id <1217430422.28.0.816550066784.issue1087@psf.upfronthosting.co.za>
In-reply-to
Content
For the attached test_second.py on Windows, Python2.5 gives:

Traceback (most recent call last):
  File "test_second.py", line 1, in <module>
    assert False
AssertionError

Jython2.5a gives:
Traceback (most recent call last):
  File "test_second.py", line 1, in <module>
    assert FalseAssertionError
History
Date User Action Args
2008-07-30 15:07:02baoilleachsetrecipients: + baoilleach
2008-07-30 15:07:02baoilleachsetmessageid: <1217430422.28.0.816550066784.issue1087@psf.upfronthosting.co.za>
2008-07-30 15:07:02baoilleachlinkissue1087 messages
2008-07-30 15:07:02baoilleachcreate