Message381857
Right, the message field on exceptions was removed in python 3 (it was deprecated since Python 2.6).
2to3 can't automatically fix this, because as a static translator it doesn't know that the object on which you are accessing .message is an exception. |
|
Date |
User |
Action |
Args |
2020-11-25 18:19:26 | iritkatriel | set | recipients:
+ iritkatriel, shihai1991, xxm |
2020-11-25 18:19:26 | iritkatriel | set | messageid: <1606328366.76.0.690315362744.issue37718@roundup.psfhosted.org> |
2020-11-25 18:19:26 | iritkatriel | link | issue37718 messages |
2020-11-25 18:19:26 | iritkatriel | create | |
|