summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGuilherme Polo <ggpolo@gmail.com>2009-01-03 21:51:09 (GMT)
committerGuilherme Polo <ggpolo@gmail.com>2009-01-03 21:51:09 (GMT)
commite7f140355bfcea0c0b4b284910cc05bba4d39cfe (patch)
treeeb71025380f3d8fa7f8ec0dfb8a9cb55895b8c45 /Misc
parent3b62c2ff690143d9c6119c27478c243baa1b140c (diff)
downloadcpython-e7f140355bfcea0c0b4b284910cc05bba4d39cfe.zip
cpython-e7f140355bfcea0c0b4b284910cc05bba4d39cfe.tar.gz
cpython-e7f140355bfcea0c0b4b284910cc05bba4d39cfe.tar.bz2
The _tkinter module functions "createfilehandler", "deletefilehandler",
"createtimerhandler", "mainloop", "dooneevent" and "quit" have been deprecated for removal in 3.x (part of issue #3638).
Diffstat (limited to 'Misc')
-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.