New issue 2304: time.get_clock_info(name) missing https://bitbucket.org/pypy/pypy/issues/2304/timeget_clock_info-name-missing
squeaky: ``` #!python Python 3.3.5 (d463dd98e6a6, May 22 2016, 02:07:30) [PyPy 5.2.0-alpha0 with GCC 4.8.2] on linux Type "help", "copyright", "credits" or "license" for more information. And now for something completely different: ``the way to avoid a workaround is to introduce a stronger workaround somewhere else'' >>>> import time >>>> time.get_clock_info Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'get_clock_info' >>>> ``` _______________________________________________ pypy-issue mailing list pypy-issue@python.org https://mail.python.org/mailman/listinfo/pypy-issue