commit | 9179dab3f4d5552e756c221830f7174cb9218b64 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Mon Jan 18 23:07:56 2010 +0000 |
committer | Benjamin Peterson <benjamin@python.org> | Mon Jan 18 23:07:56 2010 +0000 |
tree | d04cf3783c93eb36433ada5f6a549157667d5458 | |
parent | c07336c673a811afe3d675ffa257489ee86613ee [diff] |
data descriptors do not override the class dictionary if __get__ is not defined Adjust documentation and add a test to verify this behavior. See http://mail.python.org/pipermail/python-dev/2010-January/095637.html for discussion.