Merge pull request #7829 from radarhere/deprecations

This commit is contained in:
Hugo van Kemenade 2024-02-24 22:02:34 +02:00 committed by GitHub
commit 274924e64f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -516,11 +516,11 @@ Please use ``from PIL.Image import core as _imaging`` instead.
Pillow and PIL
~~~~~~~~~~~~~~
.. versionremoved:: 1.0.0
Pillow and PIL cannot co-exist in the same environment.
Before installing Pillow, please uninstall PIL.
.. versionremoved:: 1.0.0
import Image
~~~~~~~~~~~~