summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-08-18 13:23:08 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-08-18 13:23:08 (GMT)
commitd3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4 (patch)
tree63c0c28b8fe7712d4c1d10e0b13a75111472108e /Misc
parent9132916efb4df3b9da05361d9c65212df954ca9d (diff)
downloadcpython-d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4.zip
cpython-d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4.tar.gz
cpython-d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4.tar.bz2
Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.
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 4b28be2..ca3c5e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,9 @@ Core and Builtins
Library
-------
+- Issue #1119673: Do not override Tkinter.Text methods when creating a
+ ScrolledText.
+
- Issue #6665: Fix fnmatch to properly match filenames with newlines in them.
- Issue #1135: Add the XView and YView mix-ins to avoid duplicating