summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-10-01 10:09:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-10-01 10:09:31 (GMT)
commit2fa69d798498eb9d716e3d8e926745e5c1519727 (patch)
tree3775f338bbb9b94fe47e2e48723aa56f5c5d1797 /Misc
parent0daad598d0947395248f087c2aa347083f440e36 (diff)
downloadcpython-2fa69d798498eb9d716e3d8e926745e5c1519727.zip
cpython-2fa69d798498eb9d716e3d8e926745e5c1519727.tar.gz
cpython-2fa69d798498eb9d716e3d8e926745e5c1519727.tar.bz2
Patch #426880: Implement Listbox itemcget and itemconfigure.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b7ccc86..d4daf27 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Library
- quopri's encode and decode methods take an optional header parameter,
which indicates whether output is intended for the header 'Q' encoding.
+- Tkinter.Listbox now exposes itemcget and itemconfigure.
+
Tools
Build