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.
diff --git a/Misc/NEWS b/Misc/NEWS
index 6e7bc53..d2d0f89 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -277,6 +277,9 @@
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 #12161: Cause StringIO.getvalue() to raise a ValueError when used on a
closed StringIO instance.