Author markveldhuis
Recipients markveldhuis
Date 2008-05-04.13:55:18
SpamBayes Score 0.0447353
Marked as misclassified No
Message-id <1209909321.12.0.0383863642875.issue2755@psf.upfronthosting.co.za>
In-reply-to
Content
I changed module A, and then tested module B that imported module A. it
took a while to realise that what went wrong was that the change had not
registered in module B, even when I closed and reopened the window, the
shell etc. I had to quit IDLE and restart before module B imported the
changed module A. In the file enclosed is a step by step version that
isolates the problem.
At the moment I am working through a Python course using IDLE on UBUNTU
Hardy, and it could be this is a beginners error and no bug after all.
History
Date User Action Args
2008-05-04 13:55:21markveldhuissetspambayes_score: 0.0447353 -> 0.0447353
recipients: + markveldhuis
2008-05-04 13:55:21markveldhuissetspambayes_score: 0.0447353 -> 0.0447353
messageid: <1209909321.12.0.0383863642875.issue2755@psf.upfronthosting.co.za>
2008-05-04 13:55:19markveldhuislinkissue2755 messages
2008-05-04 13:55:19markveldhuiscreate