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
Date 2010-07-27.04:32:35
SpamBayes Score 0.008369689
Marked as misclassified No
Message-id <1280205161.63.0.842402205651.issue9389@psf.upfronthosting.co.za>
In-reply-to
Content
When an exception is raised and Python's showing a traceback, the lines of the Python scripts are that of those on-disk, not in memory.

For example, if I run a Python script which raises an exception, but I edit the line the exception occurs on and save the script in the same location, the new line (The one that's not interpreted), will be shown in the traceback.
History
Date User Action Args
2010-07-27 04:32:42Guysetrecipients: + Guy
2010-07-27 04:32:41Guysetmessageid: <1280205161.63.0.842402205651.issue9389@psf.upfronthosting.co.za>
2010-07-27 04:32:39Guylinkissue9389 messages
2010-07-27 04:32:35Guycreate