We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d26b481 commit ccd55a4Copy full SHA for ccd55a4
Doc/whatsnew/3.10.rst
@@ -70,6 +70,10 @@ Summary -- Release highlights
70
New Features
71
============
72
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
+
77
* The :class:`int` type has a new method :meth:`int.bit_count`, returning the
78
number of ones in the binary expansion of a given integer, also known
79
as the population count. (Contributed by Niklas Fiekas in :issue:`29882`.)
0 commit comments