This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients exarkun
Date 2010-04-10.13:13:11
SpamBayes Score 0.00013758663
Marked as misclassified No
Message-id <1270905194.18.0.8131280541.issue8363@psf.upfronthosting.co.za>
In-reply-to
Content
There are two tests for the way inspect.classify_class_attrs handles various sorts of attributes.  The tests are identical, except one uses a classic class and one a new-style class.  The tests sources have actually begun to diverge, but so far only in whitespace.  This code will be easier to maintain (not to mention shorter) if there is just one copy of the actual test parts.
History
Date User Action Args
2010-04-10 13:13:14exarkunsetrecipients: + exarkun
2010-04-10 13:13:14exarkunsetmessageid: <1270905194.18.0.8131280541.issue8363@psf.upfronthosting.co.za>
2010-04-10 13:13:12exarkunlinkissue8363 messages
2010-04-10 13:13:11exarkuncreate