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 r.david.murray
Recipients michael.foord, r.david.murray, rbcollins
Date 2012-10-19.18:52:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350672763.2.0.384888886664.issue16288@psf.upfronthosting.co.za>
In-reply-to
Content
By "descriptor" I think you really mean it is a special method (ie: looked up on the class only, not on an instance).  A descriptor is something else.

This is a feature request and could only be implemented in 3.4.  Assuming I'm understanding what you are asking for (which is not certain), as a partial workaround you could reset _testMethodName.
History
Date User Action Args
2012-10-19 18:52:43r.david.murraysetrecipients: + r.david.murray, rbcollins, michael.foord
2012-10-19 18:52:43r.david.murraysetmessageid: <1350672763.2.0.384888886664.issue16288@psf.upfronthosting.co.za>
2012-10-19 18:52:43r.david.murraylinkissue16288 messages
2012-10-19 18:52:42r.david.murraycreate