SF patch 546244 by John Williams: add Text.dump() method.

This commit is contained in:
Guido van Rossum 2002-04-23 13:29:43 +00:00
parent 4e1dd7d63b
commit 256705bca7
3 changed files with 41 additions and 1 deletions

View file

@ -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.