Skip to content

Commit 08f657d

Browse files
committed
Update docs
1 parent 43c9c99 commit 08f657d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Doc/reference/expressions.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ See also :pep:`530`.
230230
.. versionchanged:: 3.8
231231
``yield`` and ``yield from`` prohibited in the implicitly nested scope.
232232

233-
.. versionchanged:: 3.10
233+
.. versionchanged:: 3.11
234234
Asynchronous comprehensions are now allowed inside comprehensions in
235235
asynchronous functions. Outer comprehensions implicitly become
236236
asynchronous.

Doc/whatsnew/3.11.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ Summary -- Release highlights
7070
New Features
7171
============
7272

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`.)
7476

7577
Other Language Changes
7678
======================

0 commit comments

Comments
 (0)