Skip to content

Commit dae2062

Browse files
committed
Tutorial: add note re asynchronous comprehensions.
1 parent f172579 commit dae2062

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

v3/docs/TUTORIAL.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1453,6 +1453,9 @@ The `__aiter__` method was formerly an asynchronous method. CPython 3.6 accepts
14531453
synchronous or asynchronous methods. CPython 3.8 and MicroPython require
14541454
synchronous code [ref](https://github.com/micropython/micropython/pull/6272).
14551455

1456+
Asynchronous comprehensions [PEP530](https://www.python.org/dev/peps/pep-0530/),
1457+
supported in CPython 3.6, are not yet supported in MicroPython.
1458+
14561459
###### [Contents](./TUTORIAL.md#contents)
14571460

14581461
## 4.3 Asynchronous context managers

0 commit comments

Comments
 (0)