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
Please extend the 2to3 tool to display a warning when ValueError.message is used ,or replace the message attribute
e.g. with str(<exception>), since ValueError.message no longer exists in Python 3.
2to3 is no longer maintained and will be removed from CPython in the future. Perhaps third-party tools like https://python-future.org/futurize.html would be open to adding such a converter.
Bug report
Please extend the
2to3
tool to display a warning whenValueError.message
is used ,or replace themessage
attributee.g. with
str(<exception>)
, sinceValueError.message
no longer exists in Python 3.Reproducer
Example of an expected result
My environment
The text was updated successfully, but these errors were encountered: