updated some examples from ch. 17 e 18 to Python 3.7

This commit is contained in:
Luciano Ramalho
2019-01-23 15:04:03 -02:00
parent eeb6b3d498
commit 29d6835f3b
14 changed files with 2 additions and 147 deletions

View File

@@ -0,0 +1,3 @@
The ``asyncio`` flag download examples are in the
``../../17-futures/countries/`` directory together
with the sequential and threadpool examples.