[Python-checkins] CVS: python/dist/src/Misc NEWS,1.262,1.263
Martin v. L?wis
loewis@users.sourceforge.net
2001年10月01日 03:09:33 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv24727/Misc
Modified Files:
NEWS
Log Message:
Patch #426880: Implement Listbox itemcget and itemconfigure.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.262
retrieving revision 1.263
diff -C2 -d -r1.262 -r1.263
*** NEWS 2001年09月30日 21:09:59 1.262
--- NEWS 2001年10月01日 10:09:30 1.263
***************
*** 16,19 ****
--- 16,21 ----
which indicates whether output is intended for the header 'Q' encoding.
+ - Tkinter.Listbox now exposes itemcget and itemconfigure.
+
Tools