10000 bpo-46725: Document starred expressions in for statements by pablogsal · Pull Request #31481 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-46725: Document starred expressions in for statements #31481

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Feb 22, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update Doc/whatsnew/3.11.rst
Co-authored-by: Guido van Rossum <gvanrossum@gmail.com>
  • Loading branch information
pablogsal and gvanrossum authored Feb 22, 2022
commit 8efad04cdad5b59aa9e7c44d4ab348ef2e8f5e4c
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -160,8 +160,8 @@ traceback. (Contributed by Irit Katriel in :issue:`45607`.)
Other Language Changes
======================

* Starred expressions can be used in :ref:`for statements<for>` (See
:issue:`46725` for more details).
* Starred expressions can be used in :ref:`for statements<for>`. (See
:issue:`46725` for more details.)

* Asynchronous comprehensions are now allowed inside comprehensions in
asynchronous functions. Outer comprehensions implicitly become
Expand Down
0