summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-07-27 01:19:09 (GMT)
committerNed Deily <nad@acm.org>2011-07-27 01:19:09 (GMT)
commit12aa1aea670de34ab88bfdf41c8aace394975fd5 (patch)
treea9ad70101cdc8b3171816072627622c9f2f6ca75 /Misc
parent7496fef8ff3ef9c54929a916cd5d42cd6fcdd437 (diff)
parentf25e3d527820489cf83c80d7e497da6ee0a75da3 (diff)
downloadcpython-12aa1aea670de34ab88bfdf41c8aace394975fd5.zip
cpython-12aa1aea670de34ab88bfdf41c8aace394975fd5.tar.gz
cpython-12aa1aea670de34ab88bfdf41c8aace394975fd5.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 380b038..5d32c31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -237,6 +237,9 @@ Core and Builtins
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.