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
The PEP's migration advice says there's no planned replacement for strtobool and you'll need to implement it yourself, but it's only a dozen lines of code so you could grab directly.
We could update the docs for 3.10 and 3.11 (and separately, possibly update the docs at setuptools), but given the deprecation/removal status it's probably not worth it.
Documentation
Specification of distutils.util function strtobool doesn't mention that the values are case insensitive.
https://docs.python.org/3.8/distutils/apiref.html#distutils.util.strtobool
I didn't tested on other python version but implementation found here hadn't change for a while.
The text was updated successfully, but these errors were encountered: