summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2002-10-13 10:22:08 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2002-10-13 10:22:08 (GMT)
commit2ec362717beff9fff52238268e89400e5ebcac99 (patch)
tree48ceb80e79a88443141d41d72cbe28ee09ddbb16 /Misc
parent0c358258c9c4b61659867f7feb140a6ac0e54ed1 (diff)
downloadcpython-2ec362717beff9fff52238268e89400e5ebcac99.zip
cpython-2ec362717beff9fff52238268e89400e5ebcac99.tar.gz
cpython-2ec362717beff9fff52238268e89400e5ebcac99.tar.bz2
Patch #621205: Tkinter updates for tk8.4.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 5d4bb12..76d9d8e 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -167,6 +167,7 @@ Russell Finn
Nils Fischbeck
Hernán Martínez Foffani
Doug Fort
+Martin Franklin
Robin Friedrich
Ivan Frohne
Jim Fulton
diff --git a/Misc/NEWS b/Misc/NEWS
index 1b78de9..90bd02f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -348,6 +348,8 @@ Extension modules
Library
-------
+- Various features of Tk 8.4 are exposed in Tkinter.py.
+
- Various configure methods of Tkinter have been stream-lined, so
that tag_configure, image_configure, window_configure now return
a dictionary when invoked with no argument.