[Python-Dev] Worse news

Thomas Wouters thomas@xs4all.net
Mon, 22 Jan 2001 23:56:02 +0100


On Tue, Jan 23, 2001 at 11:50:07AM +1300, Greg Ewing wrote:
> > 4330                    if (TYPE(c) == DOUBLESTAR) {
> > 4325                            symtable_add_def(st, STR(CHILD(n, i)), 
> > 4326                                             DEF_PARAM | DEF_STAR);

> Shouldn't line 4330 say if (TYPE(c) == STAR) ?

No, that's line 4323. You can't have doublestar without having star, and
star should precede doublestar. (Grammar should enforce that.) 

-- 
Thomas Wouters <thomas@xs4all.net>

Hi! I'm a .signature virus! copy me into your .signature file to help me spread!