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 brett.cannon
Recipients Carl.Friedrich.Bolz, arigo, brett.cannon
Date 2008-10-30.18:42:49
SpamBayes Score 2.5270388e-08
Marked as misclassified No
Message-id <1225392171.14.0.068013154599.issue4242@psf.upfronthosting.co.za>
In-reply-to
Content
Based on your experience, Armin, is it worth having a class decorator as
well/instead?

The other comment I have is whether impl_detail is really the best name.
Would something like cpython work out better to be more obvious that the
test is specific for CPython? Otherwise would a naive PyPy use not
understand that the impl_detail tests are not meant for PyPy?
History
Date User Action Args
2008-10-30 18:42:51brett.cannonsetrecipients: + brett.cannon, arigo, Carl.Friedrich.Bolz
2008-10-30 18:42:51brett.cannonsetmessageid: <1225392171.14.0.068013154599.issue4242@psf.upfronthosting.co.za>
2008-10-30 18:42:50brett.cannonlinkissue4242 messages
2008-10-30 18:42:49brett.cannoncreate