mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
bpo-33297: Mention Pillow to work with more image formats. (#6505)
Also update PIL doc references to Pillow.
This commit is contained in:
parent
441d945eb3
commit
b81ca28b37
3 changed files with 7 additions and 3 deletions
|
|
@ -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.)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue