Skip to content

Commit 9b7ee1c

Browse files
committed
updated README.rst for 18b directory
1 parent 56094ef commit 9b7ee1c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

18b-async-await/README.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,10 @@ Sample code for Chapter 18 - "Concurrency with asyncio"
22

33
From the book "Fluent Python" by Luciano Ramalho (O'Reilly, 2015)
44
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

Comments
 (0)