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 2009-05-20.17:56:32
SpamBayes Score 0.000553083
Marked as misclassified No
Message-id <1242842194.25.0.855892294784.issue6072@psf.upfronthosting.co.za>
In-reply-to
Content
r72219 introduced an `_result´ attribute to `TestCase´.  As `TestCase´
is designed specifically with the intent that applications should
subclass it -- and frequently -- I would suggest that the attribute be
given a name less likely to collide with a name chosen by application
code.  Given the huge quantity of `TestCase´ subclasses, it will likely
be a great time saver to address the collision in CPython rather than in
each application.
History
Date User Action Args
2009-05-20 17:56:34exarkunsetrecipients: + exarkun
2009-05-20 17:56:34exarkunsetmessageid: <1242842194.25.0.855892294784.issue6072@psf.upfronthosting.co.za>
2009-05-20 17:56:32exarkunlinkissue6072 messages
2009-05-20 17:56:32exarkuncreate