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 pitrou
Recipients Arfrever, brett.cannon, eli.bendersky, eric.snow, pitrou
Date 2013-01-26.14:44:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1359211470.28.0.517559142178.issue17037@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure how the "lots of repetition" is a problem. The following:

class CCoverage(Coverage):
    decimal = C
class PyCoverage(Coverage):
    decimal = P

is quite trivial compared to the actual base test case (the Coverage class). Not only it is quite trivial to *write*, but it is also very easy to *read*, and quite explicit.

Python is not Lisp, and we do not like meta-programming that much, when it tends to obscure the code in the name of not repeating yourself.
History
Date User Action Args
2013-01-26 14:44:30pitrousetrecipients: + pitrou, brett.cannon, Arfrever, eli.bendersky, eric.snow
2013-01-26 14:44:30pitrousetmessageid: <1359211470.28.0.517559142178.issue17037@psf.upfronthosting.co.za>
2013-01-26 14:44:30pitroulinkissue17037 messages
2013-01-26 14:44:30pitroucreate