]> 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 same RHS expressions in annotated assignments as in regular assignments (#1835)
authorRichard Si <63936253+ichard26@users.noreply.github.com>
Tue, 24 Nov 2020 09:39:25 +0000 (04:39 -0500)
committerGitHub <noreply@github.com>
Tue, 24 Nov 2020 09:39:25 +0000 (09:39 +0000)
commit4d03716eaea58ee38d77cf2bba0a72b7a27ec9fa
tree90a1fa06f9bed643c1029bf8091fc3246c587027
parentdea81b7ad5cfa04c3572771c34af823449d0a8f3
Allow same RHS expressions in annotated assignments as in regular assignments (#1835)
CHANGES.md
src/blib2to3/Grammar.txt
tests/data/python38.py