Skip to content

Conversation

@radarhere
Copy link
Member

I suggest deprecating this method.

Pillow/src/PIL/Image.py

Lines 3793 to 3800 in 208e9b5

# --------------------------------------------------------------------
# Simple display support.
def _show(image: Image, **options: Any) -> None:
from . import ImageShow
ImageShow.show(image, **options)

The comment used to read

Simple display support. User code may override this.

but that changed with #4713 in Pillow 7.2.0.

@radarhere radarhere added the Deprecation Feature that will be removed in the future label Sep 3, 2025
@hugovk hugovk merged commit bd63c4f into python-pillow:main Sep 4, 2025
50 of 51 checks passed
@radarhere radarhere deleted the show_deprecated branch September 4, 2025 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Deprecation Feature that will be removed in the future

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants