when opening a long file. With Tk 8.5, the first line was hidden.
# before being able to execute the code
self.set_saved(False)
self.text.mark_set("insert", "1.0")
- self.text.see("insert")
+ self.text.yview("insert")
self.updaterecentfileslist(filename)
return True
Library
-------
+- Issue #12590: IDLE editor window now always displays the first line
+ when opening a long file. With Tk 8.5, the first line was hidden.
+
- Issue #12576: Fix urlopen behavior on sites which do not send (or obfuscates)
Connection:close header.