SF patch 546244 by John Williams: add Text.dump() method.
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e36fc0..a0ae51e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@
 
 Library
 
+- New Text.dump() method in Tkinter module.
+
 - New distutils commands for building packagers were added to
   support pkgtool on Solaris and swinstall on HP-UX.