File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
44http://shop.oreilly.com/product/0636920032519.do
55
66##################################################################
7- NOTE: this "18b" directory contains the examples of chapter 18
8- rewritten using the new async/await syntax available in Python 3.5
9- ONLY , instead of the "yield-from" syntax which works since Python
10- 3.3 (and will still work with Python 3.5).
7+ NOTE: this directory contains the examples of chapter 18
8+ rewritten using the new async/await syntax available from Python
9+ 3.5+ , instead of the "yield-from" syntax of Python 3.3 and 3.4.
10+ The code was tested with Python 3.7
1111##################################################################
You can’t perform that action at this time.
0 commit comments