diff options
author | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-17 23:27:09 (GMT) |
---|---|---|
committer | Amaury Forgeot d'Arc <amauryfa@gmail.com> | 2010-09-17 23:27:09 (GMT) |
commit | d61d077bf57796555f0d8747718f60b35f136d6b (patch) | |
tree | b9e683db9d98c25ae65d20c5be7294f612ae65d0 /Misc/NEWS | |
parent | 19ec67acf677ed5bc13e29555068568b524d561a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |