py2app icon indicating copy to clipboard operation
py2app copied to clipboard

Use context manager in PIL example

Open radarhere opened this issue 4 months ago • 0 comments

Minor suggestion. https://pillow.readthedocs.io/en/stable/releasenotes/7.0.0.html#image-del removed official support for implicitly closing an image, instead suggesting either explicitly closing an image or using context managers.

radarhere avatar Jul 26 '25 21:07 radarhere