Skip to content

Commit ccd55a4

Browse files
Add a What's New entry.
1 parent d26b481 commit ccd55a4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Doc/whatsnew/3.10.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ Summary -- Release highlights
7070
New Features
7171
============
7272

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`.)
76+
7377
* The :class:`int` type has a new method :meth:`int.bit_count`, returning the
7478
number of ones in the binary expansion of a given integer, also known
7579
as the population count. (Contributed by Niklas Fiekas in :issue:`29882`.)

0 commit comments

Comments
 (0)