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

George Yoshida dynkin at gmail.com
Tue Feb 28 13:36:23 CET 2006


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.

-- george


More information about the Python-checkins mailing list