py2app
py2app copied to clipboard
Use context manager in PIL example
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.