Log in / Register
Python-Crypto
Overview
Code
Bugs
Blueprints
Translations
Answers
Bug #1830738
Comment #2
Comment 2 for bug 1830738
Revision history for this message
Al Smith (ajs1k)
wrote
on 2019-10-15
:
#2
Or perhaps this:
if 'process_time' in dir(time):
t = time.process_time()
else:
t = time.clock()
Or perhaps this: if 'process_time' in dir(time): t = time.process_time() else: t = time.clock()
Or perhaps this:
if 'process_time' in dir(time):
t = time.process_time()
else:
t = time.clock()