fluentpython / example-code

Example code for the book Fluent Python, 1st Edition (O'Reilly, 2015)
http://bit.ly/fluentpy
MIT License
5.56k stars 2.18k forks source link

Proposed fix for issue #25 of fluentpython/example-code repo #26

Closed cdm-work closed 3 years ago

cdm-work commented 6 years ago

The changes to 17-futures/countries/flags_asyncio.py allow it to work with Python 3.6.6 and aiohttp 3.4.4.

ramalho commented 3 years ago

Thanks for your contribution, @cdm-work. I cannot change the code that was printed in the book except to fix bugs that existed when I wrote the First Edition. However, I've added updated versions of the asyncio examples to new directories named 17-futures-py3.7/ and 18-asyncio-py3.7/. For more updated examples, and newer examples, please see the repository for Fluent Python, Second Edition.