pjkundert / cpppo

Communications Protocol Python Parser and Originator -- EtherNet/IP CIP
https://hardconsulting.com/products/6-cpppo-enip-api
Other
328 stars 108 forks source link

time.clock() was removed in Python 3.8 #80

Closed gmstriga closed 4 years ago

gmstriga commented 4 years ago

This is used in misc.py and seems to be referenced everywhere in the source; the documentation suggests using perf_counter() or process_time() instead.

pjkundert commented 4 years ago

Fixed in version 4.0.6; support cpppo.timer on Python 3.8 on Windows