Concurrency-With-Python icon indicating copy to clipboard operation
Concurrency-With-Python copied to clipboard

chapter 9 loopForever won't run on Python 3.7

Open gflores87 opened this issue 6 years ago • 0 comments

Hi!

the file for chapter 9 loopForever.py won't run since there's a Syntax Error at lines 8, 15, 21 and 22. It seems that for Python 3.7 the syntax asyncio.async is no longer valid

gflores87 avatar Jan 09 '20 22:01 gflores87