commit | 28e9ce9df20260ca39ce9583f499c53ba0a52370 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Fri May 09 08:19:48 2003 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Fri May 09 08:19:48 2003 +0000 |
tree | bafc85dbc7343a5cb9fa7ec0e328d091570beabd | |
parent | 16e426bb15a7166c7463693036b82942d78043e1 [diff] [blame] |
Patch #734118: Add {get|set}busywaitinterval.
diff --git a/Misc/NEWS b/Misc/NEWS index 01c0ba6..c6639fe 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Extension modules ----------------- +- _tkinter.{get|set}busywaitinterval was added. + - itertools.islice() now accepts stop=None as documented. Fixes SF bug #730685.