]> 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:

Support PEP 572 in while statements (#1028)
authorPablo Galindo <Pablogsal@gmail.com>
Wed, 18 Sep 2019 11:54:40 +0000 (12:54 +0100)
committerZsolt Dollenstein <zsol.zsol@gmail.com>
Wed, 18 Sep 2019 11:54:40 +0000 (12:54 +0100)
commit673327449f86fce558adde153bb6cbe54bfebad2
tree9d16e72687a509da77f672cd11d19ee911f5ce9a
parent0c44220e216f6d253087f96341110c693d3ef2d4
Support PEP 572 in while statements (#1028)

Commit d8fa8df0526de9c0968e0a3568008f58eae45364 added support for
parsing and formatting PEP572, but it missed the posibility to add
PEP572 syntax in while statements.
blib2to3/Grammar.txt
tests/data/pep_572.py