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 ezio.melotti
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, ezio.melotti, pitrou
Date 2013-01-27.23:19:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359328778.56.0.811398519782.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
>> This is also not so uncommon.  I think the skip on the accelerated
>> version might not be necessary in some situations.
>
>Then don't use this approach. It doesn't have to apply to every single >test class in a module. It just needs to help in the simple case.

What I was trying to say is that since the special cases are not so uncommon, we might not have many simple cases where this idiom could be used to save a few lines, and we will end up with two different idioms for the same thing.
History
Date User Action Args
2013-01-27 23:19:38ezio.melottisetrecipients: + ezio.melotti, brett.cannon, pitrou, Arfrever, eli.bendersky, eric.snow
2013-01-27 23:19:38ezio.melottisetmessageid: <1359328778.56.0.811398519782.issue17037@psf.upfronthosting.co.za>
2013-01-27 23:19:38ezio.melottilinkissue17037 messages
2013-01-27 23:19:38ezio.melotticreate