-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8689 from radarhere/get_child_images
- Loading branch information
Showing
7 changed files
with
131 additions
and
44 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
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,58 @@ | ||
11.2.0 | ||
------ | ||
|
||
Security | ||
======== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
:cve:`YYYY-XXXXX`: TODO | ||
^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
TODO | ||
|
||
Backwards Incompatible Changes | ||
============================== | ||
|
||
TODO | ||
^^^^ | ||
|
||
Deprecations | ||
============ | ||
|
||
Image.Image.get_child_images() | ||
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | ||
|
||
.. deprecated:: 11.2.0 | ||
|
||
``Image.Image.get_child_images()`` has been deprecated. and will be removed in Pillow | ||
13 (2026-10-15). It will be moved to ``ImageFile.ImageFile.get_child_images()``. The | ||
method uses an image's file pointer, and so child images could only be retrieved from | ||
an :py:class:`PIL.ImageFile.ImageFile` instance. | ||
|
||
API Changes | ||
=========== | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
API Additions | ||
============= | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO | ||
|
||
Other Changes | ||
============= | ||
|
||
TODO | ||
^^^^ | ||
|
||
TODO |
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
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