[Python-checkins] Python Regression Test Failures doc (1)

Neal Norwitz nnorwitz at gmail.com
Tue Feb 28 18:50:21 CET 2006


On 2/28/06, George Yoshida <dynkin at gmail.com> wrote:
> On 2/28/06, Fredrik Lundh <fredrik at pythonware.com> wrote:
> > > --- Doc/lib/asttable.tex        (revision 42643)
> > > +++ Doc/lib/asttable.tex        (working copy)
> > > @@ -273,7 +273,7 @@
> > > \hline
> > >
> > > \lineiii{With}{\member{expr}}{}
> > > -\lineiii{}{\member{vars&}}{}
> > > +\lineiii{}{\member{vars\&}}{}
> > > \lineiii{}{\member{body}}{}
> > > \hline
> >
> > not sure if that & is really supposed to be there, but I've checked this in.
>
> After reading thru lib/module-compiler.ast.html and
> Tools/compiler/ast.txt, I came
> to think that "&" is not needed.
> It seems to me that "&" is just a special notation for ast.txt.

Thanks George.  I think you are right.  I just removed it and added
another TODO to look over this file and review/update/fill in the
blanks.

n


More information about the Python-checkins mailing list