You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re: "version constants deprecated" listed above, as user gnbl notes in #3082:
60
106
61
107
- it's confusing that PIL.VERSION returns the version string of the former PIL instead of Pillow's
62
108
- there does not seem to be documentation on this version number (why this, will it ever change, ..) e.g. at https://pillow.readthedocs.io/en/5.1.x/about.html#why-a-fork
63
109
- it's confusing that PIL.version is a module and does not return the version information directly or hints on how to get it
64
110
- the package information header is essentially useless (placeholder, does not even mention Pillow, nor the version)
65
-
- PIL.version module documentation comment could explain how to access the version information
66
-
67
-
We have attempted to resolve these issues here:
111
+
- PIL._version module documentation comment could explain how to access the version information
0 commit comments