File tree 1 file changed +11
-11
lines changed
1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,17 @@ Removed features
72
72
Deprecated features are only removed in major releases after an appropriate
73
73
period of deprecation has passed.
74
74
75
+ PILLOW_VERSION constant
76
+ ~~~~~~~~~~~~~~~~~~~~~~~
77
+
78
+ .. deprecated :: 5.2.0
79
+ .. versionremoved :: 9.0.0
80
+
81
+ Use ``__version__ `` instead.
82
+
83
+ It was initially removed in Pillow 7.0.0, but temporarily brought back in 7.1.0
84
+ to give projects more time to upgrade.
85
+
75
86
Image.show command parameter
76
87
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
77
88
@@ -100,17 +111,6 @@ ImageFile.raise_ioerror
100
111
So, ``ImageFile.raise_ioerror `` has been removed.
101
112
Use ``ImageFile.raise_oserror `` instead.
102
113
103
- PILLOW_VERSION constant
104
- ~~~~~~~~~~~~~~~~~~~~~~~
105
-
106
- .. deprecated :: 5.2.0
107
- .. versionremoved :: 9.0.0
108
-
109
- Use ``__version__ `` instead.
110
-
111
- It was initially removed in Pillow 7.0.0, but temporarily brought back in 7.1.0
112
- to give projects more time to upgrade.
113
-
114
114
im.offset
115
115
~~~~~~~~~
116
116
You can’t perform that action at this time.
0 commit comments