[New-bugs-announce] [issue2755] IDLE ignores module change before restart

Mark Veldhuis report at bugs.python.org
Sun May 4 15:55:21 CEST 2008


New submission from Mark Veldhuis <mv at marvelid.com>:

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.

----------
components: IDLE
files: idleupdatebug.odt
messages: 66210
nosy: mooz123
severity: normal
status: open
title: IDLE ignores module change before restart
type: behavior
versions: Python 2.5
Added file: http://bugs.python.org/file10190/idleupdatebug.odt

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2755>
__________________________________


More information about the New-bugs-announce mailing list