Message1328

Author cgroves
Recipients
Date 2006-11-29.04:47:44
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
A descriptor assigned to __doc__ on a new style class is returned directly instead of having its __get__ method called.  This causes docdescriptor in test_descr.py to fail.  Interestingly, the same descriptor on an instance of the class has its __get__ called.  Only classes are screwed up.
History
Date User Action Args
2008-02-20 17:17:37adminlinkissue1605006 messages
2008-02-20 17:17:37admincreate