summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 84bdbc5..02a7df0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -108,6 +108,10 @@ Core and Builtins
Library
-------
+- The _tkinter module functions "createfilehandler", "deletefilehandler",
+ "createtimerhandler", "mainloop", "dooneevent" and "quit" have been
+ deprecated for removal in 3.x
+
- Issue #4796: Added Decimal.from_float() and Context.create_decimal_from_float()
to the decimal module.