New submission from Cédric Krier <cedric.kr...@b2ck.com>:

When a AttributeError is raised inside the get function of a property and if 
the class has a __getattr__ method defined then this method is called.
It is strange behavior because when looking at the traceback it looks like 
Python doesn't find the property.

----------
components: Interpreter Core
files: test.py
messages: 166234
nosy: ced
priority: normal
severity: normal
status: open
title: Strange behavior when AttributeError raise inside a property get function
type: behavior
Added file: http://bugs.python.org/file26489/test.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15435>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to