[issue9666] 'hasattr' fix to suppress only AttributeError

2010-09-28 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue9666] 'hasattr' fix to suppress only AttributeError

2010-08-23 Thread Benjamin Peterson
Benjamin Peterson added the comment: Fixed in r84294. I will not backport to 3.1. Thanks for the contribution! -- keywords: +gsoc -patch resolution: -> accepted status: open -> closed ___ Python tracker __

[issue9666] 'hasattr' fix to suppress only AttributeError

2010-08-23 Thread Benjamin Peterson
Changes by Benjamin Peterson : -- assignee: d...@python -> benjamin.peterson nosy: +benjamin.peterson ___ Python tracker ___ ___ Python

[issue9666] 'hasattr' fix to suppress only AttributeError

2010-08-23 Thread Yury Selivanov
New submission from Yury Selivanov : As discussed on python-dev mailing list (http://mail.python.org/pipermail/python-dev/2010-August/103178.html), 'hasattr' default behaviour should be changed to suppress only AttributeError exceptions. Other should pass through. The fix, however, shouldn't