diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2018-04-21 13:04:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-21 13:04:08 (GMT) |
commit | 5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40 (patch) | |
tree | 3fde51af8ef287e50c4a8593486e913c33500414 /Doc/distutils | |
parent | 82de43fdd5e31fcf31b70b6f9a7d3dd1b9f91537 (diff) | |
download | cpython-5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40.zip cpython-5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40.tar.gz cpython-5c0a8bb1c2c8d77c4b2d5002259d08fe6a277b40.tar.bz2 |
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
Also update PIL doc references to Pillow.
(cherry picked from commit b81ca28b378c8b29204a37f8bd433a3379f53f7d)
Co-authored-by: Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
Diffstat (limited to 'Doc/distutils')
-rw-r--r-- | Doc/distutils/introduction.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/distutils/introduction.rst b/Doc/distutils/introduction.rst index 8f46bd7..a385559 100644 --- a/Doc/distutils/introduction.rst +++ b/Doc/distutils/introduction.rst @@ -193,8 +193,8 @@ modules using the Distutils: module distribution a collection of Python modules distributed together as a single downloadable resource and meant to be installed *en masse*. Examples of some well-known - module distributions are NumPy, SciPy, PIL (the Python Imaging - Library), or mxBase. (This would be called a *package*, except that term is + module distributions are NumPy, SciPy, Pillow, + or mxBase. (This would be called a *package*, except that term is already taken in the Python context: a single module distribution may contain zero, one, or many Python packages.) |