mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Mention default behaviour change
This commit is contained in:
parent
8a36b0fc2d
commit
1a185973dd
|
@ -29,7 +29,7 @@ PyAccess
|
||||||
|
|
||||||
Since Pillow's C API is now faster than PyAccess on PyPy,
|
Since Pillow's C API is now faster than PyAccess on PyPy,
|
||||||
:py:mod:`~PIL.PyAccess` has been deprecated and will be removed in Pillow
|
:py:mod:`~PIL.PyAccess` has been deprecated and will be removed in Pillow
|
||||||
11.0.0 (2024-10-15).
|
11.0.0 (2024-10-15). Pillow's C API will now be used by default on PyPy instead.
|
||||||
|
|
||||||
Removed features
|
Removed features
|
||||||
----------------
|
----------------
|
||||||
|
|
|
@ -132,7 +132,7 @@ PyAccess
|
||||||
|
|
||||||
Since Pillow's C API is now faster than PyAccess on PyPy,
|
Since Pillow's C API is now faster than PyAccess on PyPy,
|
||||||
:py:mod:`~PIL.PyAccess` has been deprecated and will be removed in Pillow
|
:py:mod:`~PIL.PyAccess` has been deprecated and will be removed in Pillow
|
||||||
11.0.0 (2024-10-15).
|
11.0.0 (2024-10-15). Pillow's C API will now be used by default on PyPy instead.
|
||||||
|
|
||||||
API Changes
|
API Changes
|
||||||
===========
|
===========
|
||||||
|
|
Loading…
Reference in New Issue
Block a user