This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Guy
Recipients Guy, r.david.murray
Date 2010-07-28.01:53:03
SpamBayes Score 1.3346128e-07
Marked as misclassified No
Message-id <1280281985.31.0.125325524157.issue9389@psf.upfronthosting.co.za>
In-reply-to
Content
I was running a script that I was editing, and, after making changes, the code wasn't reinterpreted, but listed the line that the "error" occured on (I had corrected the error on the file that was on disk, but yet, Python didn't reinterpret the code).

"I'm guessing you aren't running a standalone script, but are running and editing something out of an interpreter session that doesn't restart" - do you mean that it's assumed I will restart the session after a change to the code?  Judging by the data the traceback shows, wouldn't the results of the traceback/exception be misleading, citing a line of Python code on disk that was interpreted differently in memory?
History
Date User Action Args
2010-07-28 01:53:05Guysetrecipients: + Guy, r.david.murray
2010-07-28 01:53:05Guysetmessageid: <1280281985.31.0.125325524157.issue9389@psf.upfronthosting.co.za>
2010-07-28 01:53:03Guylinkissue9389 messages
2010-07-28 01:53:03Guycreate