summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-09-17 23:27:09 (GMT)
committerAmaury Forgeot d'Arc <amauryfa@gmail.com>2010-09-17 23:27:09 (GMT)
commitd61d077bf57796555f0d8747718f60b35f136d6b (patch)
treeb9e683db9d98c25ae65d20c5be7294f612ae65d0 /Misc/NEWS
parent19ec67acf677ed5bc13e29555068568b524d561a (diff)
downloadcpython-d61d077bf57796555f0d8747718f60b35f136d6b.zip
cpython-d61d077bf57796555f0d8747718f60b35f136d6b.tar.gz
cpython-d61d077bf57796555f0d8747718f60b35f136d6b.tar.bz2
#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 1ccc8b5..bfa8bac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -52,6 +52,9 @@ Core and Builtins
Library
-------
+- Issue #1730136: Fix the comparison between a tk.font.Font and an object of
+ another kind.
+
- Issue #9441: logging has better coverage for rotating file handlers.
- Issue #9865: collections.OrderedDict now has a __sizeof__ method.