We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56094ef commit 9b7ee1cCopy full SHA for 9b7ee1c
18b-async-await/README.rst
@@ -2,3 +2,10 @@ Sample code for Chapter 18 - "Concurrency with asyncio"
2
3
From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
4
http://shop.oreilly.com/product/0636920032519.do
5
+
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).
11
0 commit comments