We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent086e3a6 commit7a2a652Copy full SHA for 7a2a652
18-asyncio-py3.7/README.rst
@@ -4,8 +4,8 @@ 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 availablein Python 3.5
9
-ONLY, instead of the "yield-from" syntaxwhich works since Python
10
-3.3 (and will still workwith Python 3.5).
+NOTE: this directory contains the examples of chapter 18
+rewritten using the new async/await syntax availablefrom Python
+3.5+, instead of the "yield-from" syntaxof Python 3.3 and 3.4.
+The code was testedwith Python 3.7
11