mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-13 10:46:16 +03:00
Moved PILLOW_VERSION deprecation to be more prominent
This commit is contained in:
parent
83864b01cf
commit
20cf82b2af
|
@ -72,6 +72,17 @@ Removed features
|
|||
Deprecated features are only removed in major releases after an appropriate
|
||||
period of deprecation has passed.
|
||||
|
||||
PILLOW_VERSION constant
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. deprecated:: 5.2.0
|
||||
.. versionremoved:: 9.0.0
|
||||
|
||||
Use ``__version__`` instead.
|
||||
|
||||
It was initially removed in Pillow 7.0.0, but temporarily brought back in 7.1.0
|
||||
to give projects more time to upgrade.
|
||||
|
||||
Image.show command parameter
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
|
@ -100,17 +111,6 @@ ImageFile.raise_ioerror
|
|||
So, ``ImageFile.raise_ioerror`` has been removed.
|
||||
Use ``ImageFile.raise_oserror`` instead.
|
||||
|
||||
PILLOW_VERSION constant
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. deprecated:: 5.2.0
|
||||
.. versionremoved:: 9.0.0
|
||||
|
||||
Use ``__version__`` instead.
|
||||
|
||||
It was initially removed in Pillow 7.0.0, but temporarily brought back in 7.1.0
|
||||
to give projects more time to upgrade.
|
||||
|
||||
im.offset
|
||||
~~~~~~~~~
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user