]> granicus.if.org Git - python/commit
Issue #12590: IDLE editor window now always displays the first line
authorNed Deily <nad@acm.org>
Wed, 27 Jul 2011 01:16:08 +0000 (18:16 -0700)
committerNed Deily <nad@acm.org>
Wed, 27 Jul 2011 01:16:08 +0000 (18:16 -0700)
commitd8b1723965ba05d579525c9f09a79d58c18b4a84
tree9e3987f47eee69bbc94d53f80e4a85c86c51d8c6
parentd88131afd9a683b16c4c80e1ff8e58f123cbd888
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.
Lib/idlelib/IOBinding.py
Misc/NEWS