summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2014-06-01 09:36:39 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2014-06-01 09:36:39 (GMT)
commit3ffa7ab2ef856b24f606273b08c5536c4dd12198 (patch)
tree2e3b89a1a4743751b9fb6dd3241e7dbc682fdd3d /Misc
parent05ef4d3eadeda4a74c4448b67ccf9c5d94422fb9 (diff)
parent694c3153b0046c975a2e762ee1600c4be98e55fe (diff)
downloadcpython-3ffa7ab2ef856b24f606273b08c5536c4dd12198.zip
cpython-3ffa7ab2ef856b24f606273b08c5536c4dd12198.tar.gz
cpython-3ffa7ab2ef856b24f606273b08c5536c4dd12198.tar.bz2
Issue #21605: Added tests for Tkinter images.
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 28cc34c..d2ecece 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -525,6 +525,8 @@ Documentation
Tests
-----
+- Issue #21605: Added tests for Tkinter images.
+
- Issue #21493: Added test for ntpath.expanduser(). Original patch by
Claudiu Popa.