Re: [Tutor] Ellipsis syntax

2005-11-21 Thread Hugo González Monteverde
Ok, now I know I don't need them just now *grin* Next time I will remember to search the newsgroup Now I think it was the perlish skeletons in my closet coming back to me. Thanks a lot for that, Hugo ___ Tutor maillist - Tutor@python.org http:/

Re: [Tutor] Ellipsis syntax

2005-11-21 Thread Kent Johnson
Hugo González Monteverde wrote: > Hi all, > > I have looked for any references of ellipsis '...' syntax for Python > slices, but I keep finding the same BNF grammar in the > LanguageRreference. Is there any page with examples on how to do this, > or is this just very obscure? ellipsis is used

Re: [Tutor] Ellipsis syntax

2005-11-21 Thread John Fouhy
On 22/11/05, Hugo González Monteverde <[EMAIL PROTECTED]> wrote: > I have looked for any references of ellipsis '...' syntax for Python > slices, but I keep finding the same BNF grammar in the > LanguageRreference. Is there any page with examples on how to do this, > or is this just very obscure?

[Tutor] Ellipsis syntax

2005-11-21 Thread Hugo González Monteverde
Hi all, I have looked for any references of ellipsis '...' syntax for Python slices, but I keep finding the same BNF grammar in the LanguageRreference. Is there any page with examples on how to do this, or is this just very obscure? I remember reading something about this syntax somewhere, lon