Issue #1119673: Do not override Tkinter.Text methods when creating a ScrolledText.
diff --git a/Misc/NEWS b/Misc/NEWS
index 4b28be2..ca3c5e8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -359,6 +359,9 @@
 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