mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-26 09:56:17 +03:00
Added release notes for #4536 [ci skip]
This commit is contained in:
parent
659ce90af1
commit
c76dfbaef5
|
@ -33,3 +33,13 @@ TIFF BYTE tags format
|
|||
|
||||
TIFF BYTE tags were previously read as a tuple containing a bytestring. They
|
||||
are now read as just a single bytestring.
|
||||
|
||||
Deprecations
|
||||
^^^^^^^^^^^^
|
||||
|
||||
ImageFile.raise_ioerror
|
||||
~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
``IOError`` was merged into ``OSError`` in Python 3.3. So, ``ImageFile.raise_ioerror``
|
||||
is now deprecated and will be removed in a future release. Use
|
||||
``ImageFile.raise_oserror`` instead.
|
||||
|
|
Loading…
Reference in New Issue
Block a user