On Sat, 22 Feb 2014 21:09:07 +1100 Chris Angelico <ros...@gmail.com> wrote: > On Sat, Feb 22, 2014 at 8:58 PM, Antoine Pitrou <solip...@pitrou.net> wrote: > > On Sat, 22 Feb 2014 20:29:27 +1100 > > Chris Angelico <ros...@gmail.com> wrote: > >> > >> Which means that, fundamentally, EAFP is the way to do it. So if PEP > >> 463 expressions had existed from the beginning, hasattr() probably > >> wouldn't have been written - people would just use an > >> except-expression instead. > > > > Really? hasattr() is much easier to write than the corresponding > > except-expression. > > But would it be sufficiently easier to justify the creation of a > built-in?
Well, can you propose the corresponding except-expression? Regards Antoine. _______________________________________________ Python-Dev mailing list Python-Dev@python.org https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com