summaryrefslogtreecommitdiff
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-07-24 17:48:28 +0300
committerSerhiy Storchaka <storchaka@gmail.com>2014-07-24 17:48:28 +0300
commit186f66540dfcce1abec59d87d24e944c7987a53c (patch)
treeb72fe55efff6557d6ff27dcb8aac2e568f9c7f39 /Misc/NEWS
parent63a474788a3f53f8edb62cf895aeb90508435c1d (diff)
downloadcpython-git-186f66540dfcce1abec59d87d24e944c7987a53c.tar.gz
Issue #1730136: Fix comparison between a tk Font object and an object of a
different type.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index a6c1416482..f1c9ab3298 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,9 @@ Core and Builtins
Library
-------
+- Issue #1730136: Fix the comparison between a tkFont.Font and an object of
+ another kind.
+
- Issue #19884: readline: Disable the meta modifier key if stdout is not
a terminal to not write the ANSI sequence "\033[1034h" into stdout. This
sequence is used on some terminal (ex: TERM=xterm-256color") to enable