Removed ImageTk._show by radarhere · Pull Request #8782 · python-pillow/Pillow
Navigation Menu
{{ message }}
python-pillow / Pillow Public
- Notifications You must be signed in to change notification settings
- Fork 2.4k
Merged
hugovk merged 1 commit intopython-pillow:mainfrom
Mar 3, 2025Merged
hugovk merged 1 commit intopython-pillow:mainfrom
hugovk merged 1 commit intopython-pillow:mainfrom
Conversation
Copy link Copy Markdown
Member
radarhere
commented
Mar 1, 2025
radarhere
commented
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.
Copy link Copy Markdown
Member
hugovk
commented
Mar 2, 2025
hugovk commented
Mar 2, 2025It's underscore-prefixed, so shall we just remove it?
radarhere
force-pushed
the
imagetk
branch
from
2c63162 to
ebc7a17
Compare
radarhere
changed the title
Deprecate ImageTk._show
Removed ImageTk._show
Copy link Copy Markdown
Member Author
radarhere
commented
Mar 2, 2025
radarhere commented
Mar 2, 2025Ok, I've updated the commit.
radarhere
deleted the
imagetk
branch
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment