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 belopolsky
Recipients Kain94, belopolsky, collinwinter
Date 2011-01-21.02:28:50
SpamBayes Score 0.0045311423
Marked as misclassified No
Message-id <1295576931.6.0.107343321249.issue10968@psf.upfronthosting.co.za>
In-reply-to
Content
Works for me:

>>> from timeit import Timer
>>> class A(Timer): pass
... 

(Tested with Python 3.1 and 3.2 on OSX.)
History
Date User Action Args
2011-01-21 02:28:51belopolskysetrecipients: + belopolsky, collinwinter, Kain94
2011-01-21 02:28:51belopolskysetmessageid: <1295576931.6.0.107343321249.issue10968@psf.upfronthosting.co.za>
2011-01-21 02:28:50belopolskylinkissue10968 messages
2011-01-21 02:28:50belopolskycreate