[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.32,1.33 (original) (raw)
Thomas Wouters thomas@xs4all.net
Tue, 15 Aug 2000 20:27:38 +0200
- Previous message: [Python-Dev] Re: [Patches] [Patch #101175] Fix slight bug in the Ref manual docs on listcomprehensions
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.32,1.33
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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} ! listdisplay: "[" [expressionlist [listiter]] "]" listiter: listfor | listif listfor: "for" expressionlist "in" testlist [listiter] --- 153,158 ---- \begin{verbatim} ! listdisplay: "[" [listmaker] "]" ! listmaker: expressionlist ( listiter | ( "," 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!
- Previous message: [Python-Dev] Re: [Patches] [Patch #101175] Fix slight bug in the Ref manual docs on listcomprehensions
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Doc/ref ref5.tex,1.32,1.33
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]