[Python-Dev] Requesting pronouncement on PEP 463: Exception-catching expressions
Nikolaus Rath
Nikolaus at rath.org
Thu Mar 13 16:31:00 CET 2014
Tres Seaver <tseaver at palladion.com> writes:
> On 03/12/2014 04:49 PM, Chris Angelico wrote:
>> You can use hasattr() in place of AttributeError
>
> I use:
>
> getattr(subject, attrname, default)?
>
> *all the time*.
In my opinion that's almost as ugly, because it still forces you to
specify the attribute name as a string rather than an identifier.
Best,
Nikolaus
--
Encrypted emails preferred.
PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6 02CF A9AD B7F8 AE4E 425C
»Time flies like an arrow, fruit flies like a Banana.«
More information about the Python-Dev
mailing list