[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ _

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b9827b762093f2b295934bed755b4de0049b1f15 by Serhiy Storchaka (Andrés Delfino) in branch '2.7': [2.7] bpo-33297: Mention Pillow to work with more image formats. (GH-6505) (GH-6562) https://github.com/python/cpython/commit/b9827b762093f2b295934b

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread Andrés Delfino
Change by Andrés Delfino : -- pull_requests: +6257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread Andrés Delfino
Andrés Delfino added the comment: Currently cherry picking the commit for 2.7. -- ___ Python tracker ___ ___ Python-bugs-list mailin

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread miss-islington
miss-islington added the comment: New changeset 5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40 by Miss Islington (bot) in branch '3.6': bpo-33297: Mention Pillow to work with more image formats. (GH-6505) https://github.com/python/cpython/commit/5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40 --

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread miss-islington
miss-islington added the comment: New changeset f9005030fee6af333fada014da3eb0144078779f by Miss Islington (bot) in branch '3.7': bpo-33297: Mention Pillow to work with more image formats. (GH-6505) https://github.com/python/cpython/commit/f9005030fee6af333fada014da3eb0144078779f --

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +6256 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset b81ca28b378c8b29204a37f8bd433a3379f53f7d by Serhiy Storchaka (Andrés Delfino) in branch 'master': bpo-33297: Mention Pillow to work with more image formats. (#6505) https://github.com/python/cpython/commit/b81ca28b378c8b29204a37f8bd433a3379f53f

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-21 Thread miss-islington
Change by miss-islington : -- pull_requests: +6255 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-17 Thread Terry J. Reedy
Change by Terry J. Reedy : -- nosy: +serhiy.storchaka, terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscri

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-17 Thread Andrés Delfino
Change by Andrés Delfino : -- type: -> enhancement ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-17 Thread Andrés Delfino
Change by Andrés Delfino : -- keywords: +patch pull_requests: +6201 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-li

[issue33297] Mention Pillow package on tkinter.rst to work with more image formats

2018-04-17 Thread Andrés Delfino
New submission from Andrés Delfino : Given that the default list of supported formats is quite limited, IMHO we should point to Pillow, or any other package that provides support for more formats. -- assignee: docs@python components: Documentation messages: 315393 nosy: adelfino, docs@