[Python-Dev] Inconsistent exception for read-only properties?

Barry Warsaw barry at python.org
Sun Apr 17 17:57:11 CEST 2005


On Sun, 2005-04-17 at 11:53, Jack Diederich wrote:

> In 2.4 & 2.3 does it make sense to raise an exception that multiply inherits
> from both TypeError and AttributeError?  If anyone currently does catch the
> error raising only AttributeError will break their code.  2.5 should just
> raise an AttributeError, of course.

Without introducing a new exception class (which I think is out of the
question for anything but 2.5), the only common base is StandardError,
which seems too general for this exception.

-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 307 bytes
Desc: This is a digitally signed message part
Url : http://mail.python.org/pipermail/python-dev/attachments/20050417/9152f245/attachment.pgp


More information about the Python-Dev mailing list