SF patch 546244 by John Williams: add Text.dump() method.
diff --git a/Misc/ACKS b/Misc/ACKS
index 12605fc..b413540 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -487,6 +487,7 @@
Gerry Wiener
Bryce "Zooko" Wilcox-O'Hearn
Gerald S. Williams
+John Williams
Sue Williams
Frank Willison
Greg V. Wilson
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.