]> granicus.if.org Git - python/commit
Fix parsing of subscriptlist.
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Feb 2006 17:29:29 +0000 (17:29 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 27 Feb 2006 17:29:29 +0000 (17:29 +0000)
commitc7d37264bbd4a234027dffd215cc32813a202710
tree1d1de75385939de411870c4713b80c9f320c8cd3
parent02cbf4ae4baff0dbe373351ebf182cbcfc05d6bd
Fix parsing of subscriptlist.

(Armin's SF bug report).
d = {}
d[1,] = 1
Now handled correctly
Python/ast.c