[issue10968] Timer class inheritance issue

Alexander Belopolsky report at bugs.python.org
Fri Jan 21 03:28:51 CET 2011


Alexander Belopolsky <belopolsky at users.sourceforge.net> added the comment:

Works for me:

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

(Tested with Python 3.1 and 3.2 on OSX.)

----------
nosy: +belopolsky

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10968>
_______________________________________


More information about the Python-bugs-list mailing list