summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2002-04-23 13:29:43 (GMT)
committerGuido van Rossum <guido@python.org>2002-04-23 13:29:43 (GMT)
commit256705bca7fb848e38d874d21d9a37a70bad4fbf (patch)
tree464ee8a9c5961452b75c63463214e5ed010b5a3c /Misc/NEWS
parent4e1dd7d63b392bf20947a5376f4607d9b1c4fcf7 (diff)
downloadcpython-256705bca7fb848e38d874d21d9a37a70bad4fbf.zip
cpython-256705bca7fb848e38d874d21d9a37a70bad4fbf.tar.gz
cpython-256705bca7fb848e38d874d21d9a37a70bad4fbf.tar.bz2
SF patch 546244 by John Williams: add Text.dump() method.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2e36fc0..a0ae51e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,8 @@ Extension modules
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.