mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 01:46:18 +03:00
fix _imaging and Image.core references
This commit is contained in:
parent
73c5dffb5a
commit
ec2b549a4d
|
@ -19,7 +19,8 @@ to this::
|
||||||
|
|
||||||
from PIL import Image
|
from PIL import Image
|
||||||
|
|
||||||
The :py:mod:`~PIL._imaging` module has been moved. You can now import it like this::
|
The :py:mod:`PIL._imaging` module has been moved to :py:mod:`PIL.Image.core`.
|
||||||
|
You can now import it like this::
|
||||||
|
|
||||||
from PIL.Image import core as _imaging
|
from PIL.Image import core as _imaging
|
||||||
|
|
||||||
|
|
|
@ -36,3 +36,12 @@ Internal Modules
|
||||||
|
|
||||||
This is the master version number for Pillow,
|
This is the master version number for Pillow,
|
||||||
all other uses reference this module.
|
all other uses reference this module.
|
||||||
|
|
||||||
|
:mod:`PIL.Image.core` Module
|
||||||
|
----------------------------
|
||||||
|
|
||||||
|
.. module:: PIL._imaging
|
||||||
|
.. module:: PIL.Image.core
|
||||||
|
|
||||||
|
An internal interface module previously known as :mod:`~PIL._imaging`,
|
||||||
|
implemented in :file:`_imaging.c`.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user