This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dgrisby
Recipients aisaac, dgrisby, exarkun, ivank
Date 2009-09-07.11:57:05
SpamBayes Score 0.028869422
Marked as misclassified No
Message-id <1252324627.82.0.743096878075.issue6844@psf.upfronthosting.co.za>
In-reply-to
Content
This affects my application too. We have a large body of code that uses
exception classes automatically generated from CORBA IDL, with
attributes named "message". It is infeasible for us to change to use a
different attribute name. We've ended up with dirty hacks all over the
place to suppress the warnings.
History
Date User Action Args
2009-09-07 11:57:09dgrisbysetrecipients: + dgrisby, exarkun, ivank, aisaac
2009-09-07 11:57:07dgrisbysetmessageid: <1252324627.82.0.743096878075.issue6844@psf.upfronthosting.co.za>
2009-09-07 11:57:06dgrisbylinkissue6844 messages
2009-09-07 11:57:05dgrisbycreate