Irit Katriel <iritkatr...@yahoo.com> added the comment:

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.

----------
nosy: +iritkatriel
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37718>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to