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 Adnan.Umer
Recipients Adnan.Umer, terry.reedy
Date 2014-04-10.15:13:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397142828.93.0.757820324691.issue21192@psf.upfronthosting.co.za>
In-reply-to
Content
Method: runcode
Class: ModifiedInterpreter
Line: 752

Added
if code.co_filename[0] != '<':
            self.tkconsole.write('Executing ' + code.co_filename + '\n')

To print file path that is executed
History
Date User Action Args
2014-04-10 15:13:49Adnan.Umersetrecipients: + Adnan.Umer, terry.reedy
2014-04-10 15:13:48Adnan.Umersetmessageid: <1397142828.93.0.757820324691.issue21192@psf.upfronthosting.co.za>
2014-04-10 15:13:48Adnan.Umerlinkissue21192 messages
2014-04-10 15:13:48Adnan.Umercreate