Skip to content

Deprecate ImageDraw.getdraw hints parameter #8124

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 11, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Updated text
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
  • Loading branch information
radarhere and hugovk authored Jun 10, 2024
commit 9f831317fe98633214ad0266417d349b44e5d6bf
6 changes: 3 additions & 3 deletions docs/deprecations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,12 @@ Support for LibTIFF earlier than 4
Support for LibTIFF earlier than version 4 has been deprecated.
Upgrade to a newer version of LibTIFF instead.

ImageDraw.getdraw hints argument
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImageDraw.getdraw hints parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. deprecated:: 10.4.0

The ``hints`` argument in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.
The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.

Removed features
----------------
Expand Down
6 changes: 3 additions & 3 deletions docs/releasenotes/10.4.0.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Support for LibTIFF earlier than 4
Support for LibTIFF earlier than version 4 has been deprecated.
Upgrade to a newer version of LibTIFF instead.

ImageDraw.getdraw hints argument
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
ImageDraw.getdraw hints parameter
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

The ``hints`` argument in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.
The ``hints`` parameter in :py:meth:`~PIL.ImageDraw.getdraw()` has been deprecated.

API Changes
===========
Expand Down
Loading