This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add tests for Tkinter images
Type: enhancement Stage: resolved
Components: Tests, Tkinter Versions: Python 3.4, Python 3.5, Python 2.7
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: serhiy.storchaka Nosy List: python-dev, serhiy.storchaka
Priority: normal Keywords: patch

Created on 2014-05-29 14:22 by serhiy.storchaka, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
tkinter_test_images.patch serhiy.storchaka, 2014-05-29 14:22 review
Messages (2)
msg219345 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2014-05-29 14:22
Proposed patch adds tests for tkinter's classes BitmapImage and PhotoImage. Some tests are temporary skipped until resolving issue21580.
msg219494 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2014-06-01 09:39
New changeset fcbb15edb73a by Serhiy Storchaka in branch '2.7':
Issue #21605: Added tests for Tkinter images.
http://hg.python.org/cpython/rev/fcbb15edb73a

New changeset 6c8b2ab55976 by Serhiy Storchaka in branch '3.4':
Issue #21605: Added tests for Tkinter images.
http://hg.python.org/cpython/rev/6c8b2ab55976

New changeset 13254db884e9 by Serhiy Storchaka in branch 'default':
Issue #21605: Added tests for Tkinter images.
http://hg.python.org/cpython/rev/13254db884e9
History
Date User Action Args
2022-04-11 14:58:04adminsetgithub: 65804
2014-06-01 09:57:04serhiy.storchakasetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2014-06-01 09:39:13python-devsetnosy: + python-dev
messages: + msg219494
2014-05-29 14:27:25serhiy.storchakalinkissue21580 dependencies
2014-05-29 14:22:43serhiy.storchakacreate