summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 01c0ba6..c6639fe 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -23,6 +23,8 @@ Core and builtins
Extension modules
-----------------
+- _tkinter.{get|set}busywaitinterval was added.
+
- itertools.islice() now accepts stop=None as documented.
Fixes SF bug #730685.