

Image moduleImageChops (“channel operations”) moduleImageCms moduleImageColor moduleImageDraw moduleImageEnhance moduleImageFile moduleImageFilter moduleImageFont moduleImageGrab moduleImageMath moduleImageMorph moduleImageOps moduleImagePalette moduleImagePath moduleImageQt moduleImageSequence moduleImageShow moduleImageStat moduleImageText moduleImageTk moduleImageTransform moduleImageWin module (Windows-only)ExifTags moduleTiffTags moduleJpegPresets modulePSDraw modulePixelAccess classfeatures moduleThis fixes a regression introduced in 7.1.0 when adding support for APNG files.
When callingseek(n) on a regular PNG wheren>0, it failed to raise anEOFError as it should have done, resulting in:
AttributeError: 'NoneType' object has no attribute 'read'Pillow 7.1.2 now raises the correct exception.