]> granicus.if.org Git - python/commit
Improve error message for augmented assignments to genexps or listcomps.
authorRaymond Hettinger <python@rcn.com>
Wed, 29 Sep 2004 23:54:08 +0000 (23:54 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 29 Sep 2004 23:54:08 +0000 (23:54 +0000)
commitfec0c466ad17cc0dfa115ce3ba17a6011e3391d6
tree59dfc18b950eba2df6dc1f8b7301dc435ee41cfb
parent8ffc1410e28ade7bfe247fd12aac648a7738c0c8
Improve error message for augmented assignments to genexps or listcomps.
Rather than introduce new logic, took the approach of making the message
itself more general.
Python/compile.c