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
distutils is deprecated. I'm vendoring LooseVersion in #3458. However there are many places we use it where packaging.version.Version would be more appropriate.
We need LooseVersion to handle non-Python tools, which don't follow PEP-440, and in some places the same tooling needs to handle Python and non-Python tools alike. In all other places, we should switch version handling of Python packages to Version.
The text was updated successfully, but these errors were encountered:
Summary
distutils
is deprecated. I'm vendoringLooseVersion
in #3458. However there are many places we use it where packaging.version.Version would be more appropriate.We need
LooseVersion
to handle non-Python tools, which don't follow PEP-440, and in some places the same tooling needs to handle Python and non-Python tools alike. In all other places, we should switch version handling of Python packages toVersion
.The text was updated successfully, but these errors were encountered: