-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
7.1.2 | ||
----- | ||
|
||
Fix another regression seeking PNG files | ||
======================================== | ||
|
||
This fixes a regression introduced in 7.1.0 when adding support for APNG files. | ||
|
||
When calling ``seek(n)`` on a regular PNG where ``n > 0``, it failed to raise an | ||
``EOFError`` as it should have done, resulting in: | ||
|
||
.. code-block:: python | ||
AttributeError: 'NoneType' object has no attribute 'read' | ||
Pillow 7.1.2 now raises the correct exception. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,7 @@ Release Notes | |
.. toctree:: | ||
:maxdepth: 2 | ||
|
||
7.1.2 | ||
7.1.1 | ||
7.1.0 | ||
7.0.0 | ||
|