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 terry.reedy
Recipients amaury.forgeotdarc, belopolsky, python-dev, roger.serwy, terry.reedy, william.barr
Date 2012-05-27.22:09:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338156557.33.0.466134743349.issue10365@psf.upfronthosting.co.za>
In-reply-to
Content
The only substantive change I see is replacing the four lines setting 'interp' with a defaulted getattr call. You seem to have missed my point that 'Otherwise, open a new window' is false. It must be that "flist.open(filename)" first checks to see if filename is open and if so, uses the existing window rather than opening a new one. (I would check this if I knew what class flist is and where it is defined.) This must be what happens with "flist.open(filename, self.loadfile)" as it loads the file into the existing window, renames itself, and updates the recent files list. I will make the code replacement and do some comment changes.
History
Date User Action Args
2012-05-27 22:09:17terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, belopolsky, roger.serwy, william.barr, python-dev
2012-05-27 22:09:17terry.reedysetmessageid: <1338156557.33.0.466134743349.issue10365@psf.upfronthosting.co.za>
2012-05-27 22:09:16terry.reedylinkissue10365 messages
2012-05-27 22:09:16terry.reedycreate