Author georg.brandl
Recipients
Date 2006-07-17.13:17:19
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=849994

Looks fine, I noticed a few things:
- perhaps GetSet should be named GetSetDescriptor for
consistency with DataDescriptor and MemberDescriptor
- in pydoc, shouldn't "data descriptor" be tested with
"inspectisdatadescriptor"?
- in the docs, false should be False
- test_twelve should now be called test_thirteen ;) and the
comment in it should be adapted
- is the test suite expected to pass in implementations
without the newly tested descriptor types?
History
Date User Action Args
2007-08-23 15:53:27adminlinkissue1520294 messages
2007-08-23 15:53:27admincreate