diff options
author | Guilherme Polo <ggpolo@gmail.com> | 2009-08-18 13:23:08 (GMT) |
---|---|---|
committer | Guilherme Polo <ggpolo@gmail.com> | 2009-08-18 13:23:08 (GMT) |
commit | d3e6e4bb8ff2a88afd6d2cc09dd199defbef36a4 (patch) | |
tree | 63c0c28b8fe7712d4c1d10e0b13a75111472108e /Misc | |
parent | 9132916efb4df3b9da05361d9c65212df954ca9d (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |