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 f172579 commit dae2062Copy full SHA for dae2062
v3/docs/TUTORIAL.md
@@ -1453,6 +1453,9 @@ The `__aiter__` method was formerly an asynchronous method. CPython 3.6 accepts
1453
synchronous or asynchronous methods. CPython 3.8 and MicroPython require
1454
synchronous code [ref](https://github.com/micropython/micropython/pull/6272).
1455
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
+
1459
###### [Contents](./TUTORIAL.md#contents)
1460
1461
## 4.3 Asynchronous context managers
0 commit comments