Bruce <[EMAIL PROTECTED]> wrote:
>  On 8 Okt, 15:56, Richie Hindle <[EMAIL PROTECTED]> wrote:
> > [Bruce]
> >
> > > f.close()
> > > cmd = "echo %s | %s"%(argument_file,the_program)
> >
> > Either: you are a VB programmer and you've actually typed "f.close" rather
> > than "f.close()",
> 
>  You are right, I forgot the () in f.close() !
>  thanks for pointing that out.
> 
>  VB programmer!? Thats really harsh..

I used to make that mistake a lot as an ex-perl programmer.  I think
ruby is the same.

pychecker will warn about it though.

-- 
Nick Craig-Wood <[EMAIL PROTECTED]> -- http://www.craig-wood.com/nick
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to