[Python-checkins] python/dist/src/Misc NEWS,1.759,1.760
loewis@users.sourceforge.net
loewis@users.sourceforge.net
2003年5月09日 01:19:50 -0700
Update of /cvsroot/python/python/dist/src/Misc
In directory sc8-pr-cvs1:/tmp/cvs-serv30645/Misc
Modified Files:
NEWS
Log Message:
Patch #734118: Add {get|set}busywaitinterval.
Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.759
retrieving revision 1.760
diff -C2 -d -r1.759 -r1.760
*** NEWS 8 May 2003 18:13:59 -0000 1.759
--- NEWS 9 May 2003 08:19:47 -0000 1.760
***************
*** 24,27 ****
--- 24,29 ----
-----------------
+ - _tkinter.{get|set}busywaitinterval was added.
+
- itertools.islice() now accepts stop=None as documented.
Fixes SF bug #730685.