Message3369

Author baoilleach
Recipients baoilleach
Date 2008-07-30.15:26:05
SpamBayes Score 0.00025482642
Marked as misclassified No
Message-id <1217431565.28.0.474815889378.issue1088@psf.upfronthosting.co.za>
In-reply-to
Content
Error copying + pasting test_third.py:
"""
import myClass

instance = myClass.Example()
print instance.total
instance.inctotal()
print instance.total
"""
History
Date User Action Args
2008-07-30 15:26:05baoilleachsetmessageid: <1217431565.28.0.474815889378.issue1088@psf.upfronthosting.co.za>
2008-07-30 15:26:05baoilleachsetrecipients: + baoilleach
2008-07-30 15:26:05baoilleachlinkissue1088 messages
2008-07-30 15:26:05baoilleachcreate