mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-11 17:56:18 +03:00
clarify comment
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
This commit is contained in:
parent
ae5e0218e9
commit
4bb35c57dd
|
@ -243,8 +243,9 @@ class TestFileJpeg:
|
|||
assert exif[gps_index] == expected_exif_gps
|
||||
|
||||
def test_exif_equality(self):
|
||||
# in 7.2.0 Exif rationals are read as TiffImagePlugin.IFDRational
|
||||
# which broke self-equality of Exif data
|
||||
# In 7.2.0, Exif rationals were changed to be read as
|
||||
# TiffImagePlugin.IFDRational. This class had a bug in __eq__,
|
||||
# breaking the self-equality of Exif data
|
||||
exifs = []
|
||||
for i in range(2):
|
||||
with Image.open("Tests/images/exif-200dpcm.jpg") as im:
|
||||
|
|
Loading…
Reference in New Issue
Block a user