summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:19:44 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-11 21:19:44 (GMT)
commitd611f4cf10e63814ad0d2e51b215d13dc097d355 (patch)
tree2fab0c48852f268088c9463f2b2fc7c164dd75fd /Misc
parentf0d4621aa29c7f8e23ffa816e1a94d435ad45d9f (diff)
downloadcpython-d611f4cf10e63814ad0d2e51b215d13dc097d355.zip
cpython-d611f4cf10e63814ad0d2e51b215d13dc097d355.tar.gz
cpython-d611f4cf10e63814ad0d2e51b215d13dc097d355.tar.bz2
Issue #27294: Improved repr for Tkinter event objects.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a2b4ea..7d72f65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -38,6 +38,8 @@ Core and Builtins
Library
-------
+- Issue #27294: Improved repr for Tkinter event objects.
+
- Issue #20508: Improve exception message of IPv{4,6}Network.__getitem__.
Patch by Gareth Rees.