pjkundert / cpppo

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

await module and method renamed to await_ (issue #55) #57

Closed scontini76 closed 4 years ago

scontini76 commented 6 years ago

await module and method renamed to await_ to avoid clash with python 3.7 keyword await (issue #55)

NOTE: this patch consists in an API changes.

pjkundert commented 4 years ago

Python 3.7/3.8 compatibility is now complete