commit | 256705bca7fb848e38d874d21d9a37a70bad4fbf | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 23 13:29:43 2002 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 23 13:29:43 2002 +0000 |
tree | 464ee8a9c5961452b75c63463214e5ed010b5a3c | |
parent | 4e1dd7d63b392bf20947a5376f4607d9b1c4fcf7 [diff] [blame] |
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.