summaryrefslogtreecommitdiffstats
path: root/Doc/library/tkinter.rst
diff options
context:
space:
mode:
authorAndrés Delfino <34587441+andresdelfino@users.noreply.github.com>2018-04-21 12:17:26 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2018-04-21 12:17:26 (GMT)
commitb81ca28b378c8b29204a37f8bd433a3379f53f7d (patch)
tree1139c5fc0e468a45ed7583ad8b8b2e9104183690 /Doc/library/tkinter.rst
parent441d945eb33f8dc130b268ebfa11315b98a2433c (diff)
downloadcpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.zip
cpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.tar.gz
cpython-b81ca28b378c8b29204a37f8bd433a3379f53f7d.tar.bz2
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Also update PIL doc references to Pillow.
Diffstat (limited to 'Doc/library/tkinter.rst')
-rw-r--r--Doc/library/tkinter.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/library/tkinter.rst b/Doc/library/tkinter.rst
index b99dc8e..a6a2e47 100644
--- a/Doc/library/tkinter.rst
+++ b/Doc/library/tkinter.rst
@@ -800,6 +800,10 @@ reference to the image. When the last Python reference to the image object is
deleted, the image data is deleted as well, and Tk will display an empty box
wherever the image was used.
+.. seealso::
+
+ The `Pillow <http://python-pillow.org/>`_ package adds support for
+ formats such as BMP, JPEG, TIFF, and WebP, among others.
.. _tkinter-file-handlers: