diff options
author | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-21 21:52:59 (GMT) |
---|---|---|
committer | Andrew Svetlov <andrew.svetlov@gmail.com> | 2012-03-21 21:52:59 (GMT) |
commit | a966c6fddb070cdc392b38486191699815f90478 (patch) | |
tree | eb0c2e743417be68548aa127c33c039286bd06ba /Misc | |
parent | 04fb08f6907c8e00947435e346c919da313116a6 (diff) | |
download | cpython-a966c6fddb070cdc392b38486191699815f90478.zip cpython-a966c6fddb070cdc392b38486191699815f90478.tar.gz cpython-a966c6fddb070cdc392b38486191699815f90478.tar.bz2 |
Issue #3035: Unused functions from tkinter are marked as pending peprecated.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -30,6 +30,8 @@ Core and Builtins Library ------- +- Issue #3035: Unused functions from tkinter are marked as pending peprecated. + - Issue #12757: Fix the skipping of doctests when python is run with -OO so that it works in unittest's verbose mode as well as non-verbose mode. |