commit | 43edd1500450dce69043950c8e92c432e68956c7 | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Wed May 19 14:04:44 2010 +0000 |
committer | Georg Brandl <georg@python.org> | Wed May 19 14:04:44 2010 +0000 |
tree | a7626c9a887fa125a3fe4a30ba63cfeb6ba9320d | |
parent | 65580e875f60e188934b23b3c542dd941dc93ea4 [diff] |
Merged revisions 77603 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r77603 | benjamin.peterson | 2010-01-19 00:07:56 +0100 (Di, 19 Jan 2010) | 8 lines 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. ........