File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -230,7 +230,7 @@ See also :pep:`530`.
230
230
.. versionchanged :: 3.8
231
231
``yield `` and ``yield from `` prohibited in the implicitly nested scope.
232
232
233
- .. versionchanged :: 3.10
233
+ .. versionchanged :: 3.11
234
234
Asynchronous comprehensions are now allowed inside comprehensions in
235
235
asynchronous functions. Outer comprehensions implicitly become
236
236
asynchronous.
Original file line number Diff line number Diff line change @@ -70,7 +70,9 @@ Summary -- Release highlights
70
70
New Features
71
71
============
72
72
73
-
73
+ * Asynchronous comprehensions are now allowed inside comprehensions in
74
+ asynchronous functions. Outer comprehensions implicitly become
75
+ asynchronous. (Contributed by Serhiy Storchaka in :issue: `33346 `.)
74
76
75
77
Other Language Changes
76
78
======================
You can’t perform that action at this time.
0 commit comments