Actually execute the tests for the getter/setter/deleter tests on properties.
commite77e9b770ac7fa3d70c3a66f20ef9e8ecb3150ef
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 25 Dec 2007 00:14:34 +0000 (25 00:14 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 25 Dec 2007 00:14:34 +0000 (25 00:14 +0000)
treedba04bf9ea3bcd2f6f332628368265d0311d7395
parent6639725326271daf1ea83cf53251b37c107d0298
Actually execute the tests for the getter/setter/deleter tests on properties.
Also fix the test by having the test classes inherit from object.

Are the getter/setter/deleter attributes supposed to be able to chain?  As of
right now they can't as the property tries to call what the property returns,
which is another property when they are chained.

git-svn-id: http://svn.python.org/projects/python/trunk@59599 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_descr.py