Removed ImageTk._show by radarhere · Pull Request #8782 · python-pillow/Pillow

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@radarhere

Copy link Copy Markdown

Member

Pillow/src/PIL/ImageTk.py

Lines 268 to 269 in d7d48df

def _show(image: Image.Image, title: str | None) -> None:
"""Helper for the Image.show method."""

This helper is actually unused, so I suggest deprecating it.

@radarhere radarhere added the Deprecation

Feature that will be removed in the future

label

Mar 1, 2025

@hugovk

Copy link Copy Markdown

Member

hugovk commented

Mar 2, 2025

It's underscore-prefixed, so shall we just remove it?

@radarhere radarhere changed the title Deprecate ImageTk._show Removed ImageTk._show

Mar 2, 2025

@radarhere radarhere removed the Deprecation

Feature that will be removed in the future

label

Mar 2, 2025

@radarhere

Copy link Copy Markdown

Member Author

Ok, I've updated the commit.

hugovk reacted with thumbs up emoji

@hugovk hugovk merged commit 1a62ef9 into python-pillow:main

Mar 3, 2025

54 of 55 checks passed

@radarhere radarhere deleted the imagetk branch

March 3, 2025 20:44

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@radarhere @hugovk