Terry J. Reedy <tjre...@udel.edu> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10365>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to