talkpython / async-techniques-python-course

Async Techniques and Examples in Python Course
https://training.talkpython.fm/courses/explore_async_python/async-in-python-with-threading-and-multiprocessing
MIT License
451 stars 249 forks source link

Update f-string to use python 3.5 compatible .format #3

Closed brendonmackenzie closed 6 years ago

brendonmackenzie commented 6 years ago

The 04-asyncio producer_consumer async demo uses f-strings which is not supported in python 3.5.