]> git.madduck.net Git - etc/vim.git/commit

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Allow `for`'s target expression to be starred (#2879)
authorBatuhan Taskaya <isidentical@gmail.com>
Sat, 5 Mar 2022 01:37:16 +0000 (04:37 +0300)
committerGitHub <noreply@github.com>
Sat, 5 Mar 2022 01:37:16 +0000 (17:37 -0800)
commit6f4976a7ace2fb5c6a5df57c4cb7dcf65eff44c9
tree3e2e941bd74a80b198191c1a8e66d2194ab1e09a
parenteb213151cec22dc3589e4a033b897b216b60fd82
Allow `for`'s target expression to be starred (#2879)

Fixes #2878
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/starred_for_target.py [new file with mode: 0644]
tests/test_format.py