Update docs/deprecations.rst

Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
Alexander Karpinsky 2024-09-13 22:54:16 +02:00 committed by GitHub
parent a2988da0d2
commit 6921f83629
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -144,7 +144,7 @@ Get Internal Pointers to Objects
``Image.core.ImagingCore.id`` and ``Image.core.ImagingCore.unsafe_ptrs`` have been
deprecated and will be removed in Pillow 12 (2025-10-15). They were used for obtaining
raw pointers to ``ImagingCore`` internals. To interact with C code, you can use
``Image.core.ImagingCore.ptr``, which returns a ``Capsule`` object.
``Image.Image.getim()``, which returns a ``Capsule`` object.
Removed features
----------------