diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -29,6 +29,8 @@ Core and Builtins Library ------- +- Issue #20636: Improved the repr of Tkinter widgets. + - Issue #19505: The items, keys, and values views of OrderedDict now support reverse iteration using reversed(). |