File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ Catch OSError when checking if destination is sys.stdout
22
22
========================================================
23
23
24
24
In 8.3.0, a check to see if the destination was ``sys.stdout `` when saving an image was
25
- updated. This lead to an OSError being raised if the environment restricted access.
25
+ updated. This lead to an :py:exc: `OSError ` being raised if the environment restricted
26
+ access.
26
27
27
- The OSError is now silently caught.
28
+ The :py:exc: ` OSError ` is now silently caught.
28
29
29
30
Fixed removing orientation in ImageOps.exif_transpose
30
31
=====================================================
@@ -34,7 +35,7 @@ original image EXIF data was not modified, and the orientation was only removed
34
35
the modified copy.
35
36
36
37
However, for certain images the orientation was already missing from the modified
37
- image, leading to a KeyError.
38
+ image, leading to a :py:exc: ` KeyError ` .
38
39
39
40
This error has been resolved, and the copying of metadata to the modified image
40
41
improved.
You can’t perform that action at this time.
0 commit comments