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)
4
4
http://shop.oreilly.com/product/0636920032519.do
5
5
6
6
##################################################################
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
11
11
##################################################################
You can’t perform that action at this time.
0 commit comments