mirror of
https://github.com/python/cpython.git
synced 2025-12-22 08:29:12 +00:00
bpo-33297: Mention Pillow to work with more image formats. (GH-6505)
Also update PIL doc references to Pillow.
(cherry picked from commit b81ca28b37)
Co-authored-by: Andrés Delfino <34587441+andresdelfino@users.noreply.github.com>
This commit is contained in:
parent
3e0d23cd43
commit
f9005030fe
3 changed files with 7 additions and 3 deletions
|
|
@ -382,7 +382,7 @@ module names". For example, the module name :mod:`A.B` designates a submodule
|
|||
named ``B`` in a package named ``A``. Just like the use of modules saves the
|
||||
authors of different modules from having to worry about each other's global
|
||||
variable names, the use of dotted module names saves the authors of multi-module
|
||||
packages like NumPy or the Python Imaging Library from having to worry about
|
||||
packages like NumPy or Pillow from having to worry about
|
||||
each other's module names.
|
||||
|
||||
Suppose you want to design a collection of modules (a "package") for the uniform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue