We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086e3a6 commit 7a2a652Copy full SHA for 7a2a652
1 file changed
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 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).
+NOTE: this directory contains the examples of chapter 18
+rewritten using the new async/await syntax available from Python
+3.5+, instead of the "yield-from" syntax of Python 3.3 and 3.4.
+The code was tested with Python 3.7
11
0 commit comments