]> 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:17:33 +0000 (18:17 -0700)
committerNed Deily <nad@acm.org>
Wed, 27 Jul 2011 01:17:33 +0000 (18:17 -0700)
commitf25e3d527820489cf83c80d7e497da6ee0a75da3
tree9b49dcea856634dd5c994766aa267bd2c2596381
parent1299a8f3b25a543c79f79e6edaebb033018029ca
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