| commit | 9e892bbf28a2797c251a89805a18e006b95623f3 | [log] [tgz] |
|---|---|---|
| author | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Mar 31 19:36:39 2012 +0300 |
| committer | Andrew Svetlov <andrew.svetlov@gmail.com> | Sat Mar 31 19:36:39 2012 +0300 |
| tree | e5a60cd40a5aecd15a3263785946266f5a429538 | |
| parent | 8613b0dea4b5150539853e32afd5b5c53be07e5e [diff] [blame] |
fix issue #5136: deprecate old unused functions from tkinter. These functions are not documnted, so no documentation update.
diff --git a/Misc/NEWS b/Misc/NEWS index a7ab2dc..9095045 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -37,6 +37,8 @@ Library ------- +- Issue #5136: deprecated old, unused functions from tkinter. + - Issue #14409: IDLE now properly executes commands in the Shell window when it cannot read the normal config files on startup and has to use the built-in default key bindings.