]> granicus.if.org Git - python/commit
Patch #1531113: Fix augmented assignment with yield expressions.
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 30 Jul 2006 06:53:31 +0000 (06:53 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 30 Jul 2006 06:53:31 +0000 (06:53 +0000)
commit0d62a062066a4cbc8aabab9c305d60ebf7922c8c
tree1232a8cb31283a4b4f2ae3a6840de9a57113eb51
parent33c3e29fcec55d552eae9f684447d5f68ae019d7
Patch #1531113: Fix augmented assignment with yield expressions.
Also fix a SystemError when trying to assign to yield expressions.
Lib/test/test_generators.py
Misc/ACKS
Misc/NEWS
Python/ast.c
Python/import.c