Skip to content

Commit c71a77e

Browse files
committed
Update whats-new.rst
1 parent 2569a58 commit c71a77e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

doc/whats-new.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,10 @@ Internal Changes
129129
- Use ``async`` / ``await`` for the asynchronous distributed
130130
tests. (:issue:`3987`, :pull:`3989`)
131131
By `Justus Magin <https://github.com/keewis>`_.
132+
- Remove unnecessary comprehensions becuase the built-in functions like
133+
``all``, ``any``, ``enumerate``, ``sum``, ``tuple`` etc. can work directly with a
134+
generator expression. (:pull:`4026`)
135+
By `Prajjwal Nijhara <https://github.com/pnijhara>`_.
132136

133137
.. _whats-new.0.15.1:
134138

0 commit comments

Comments
 (0)