In PyGObject we want to use a 'message' attribute in an exception defined by us.  The name 'message' comes from a C API, therefore we would like to keep it for easier mapping between C and Python APIs.  Why does Python have to deprecate this attribute?
<br><br>.../gobject/option.py:187: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6<br>&nbsp; gerror.message = str(error)<br><br>-- <br>Gustavo J. A. M. Carneiro<br>INESC Porto, Telecommunications and Multimedia Unit
<br>&quot;The universe is always one step beyond logic.&quot; -- Frank Herbert