Skip to content

Commit

Permalink
Update docs/deprecations.rst
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
  • Loading branch information
homm and radarhere committed Sep 13, 2024
1 parent a2988da commit 6921f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand Down

0 comments on commit 6921f83

Please sign in to comment.