[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.32,1.33

Thomas Wouters thomas@xs4all.net
Tue, 15 Aug 2000 20:27:38 +0200


On Tue, Aug 15, 2000 at 10:54:51AM -0700, Fred L. Drake wrote:

> Index: ref5.tex
> diff -C2 -r1.32 -r1.33
> *** ref5.tex	2000/08/12 18:09:50	1.32
> --- ref5.tex	2000/08/15 17:54:49	1.33
> ***************
> *** 153,157 ****
>   
>   \begin{verbatim}
> ! list_display:   "[" [expression_list [list_iter]] "]"
>   list_iter:   list_for | list_if
>   list_for:    "for" expression_list "in" testlist [list_iter]
> --- 153,158 ----
>   
>   \begin{verbatim}
> ! list_display:   "[" [listmaker] "]"
> ! listmaker:   expression_list ( list_iter | ( "," expression)* [","] )

Uhm, this is wrong, and I don't think it was what I submitted either
(though, if I did, I apologize :) The first element of listmaker is an
expression, not an expression_list. I'll change that, unless Ping and Skip
wake up and fix it in a much better way instead.

-- 
Thomas Wouters <thomas@xs4all.net>

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