From: Serhiy Storchaka Date: Sun, 1 Jun 2014 09:36:39 +0000 (+0300) Subject: Issue #21605: Added tests for Tkinter images. X-Git-Tag: v3.5.0a1~1553 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ffa7ab2ef856b24f606273b08c5536c4dd12198;p=python Issue #21605: Added tests for Tkinter images. --- 3ffa7ab2ef856b24f606273b08c5536c4dd12198 diff --cc Misc/NEWS index 28cc34c4c1,e01cf12b45..d2ececedad --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -525,18 -389,6 +525,20 @@@ Documentatio Tests ----- ++- Issue #21605: Added tests for Tkinter images. ++ +- Issue #21493: Added test for ntpath.expanduser(). Original patch by + Claudiu Popa. + +- Issue #19925: Added tests for the spwd module. Original patch by Vajrasky Kok. + +- Issue #21522: Added Tkinter tests for Listbox.itemconfigure(), + PanedWindow.paneconfigure(), and Menu.entryconfigure(). + +- Issue #17756: Fix test_code test when run from the installed location. + +- Issue #17752: Fix distutils tests when run from the installed location. + - Issue #18604: Consolidated checks for GUI availability. All platforms now at least check whether Tk can be instantiated when the GUI resource is requested.