Re: Missing c.l.py posts (was Re: A question on scope...)

2009-06-22 Thread Aahz
In article <4a3f4b46$0$11882$426a7...@news.free.fr>, Bruno Desthuilliers wrote: >Aahz a écrit : >> In article <4a3b5dc3$0$2985$426a7...@news.free.fr>, >> Bruno Desthuilliers wrote: >>> >>> NB : answering the OP (original post didn't show up on c.l.py ???) >> >> Correct. There's a problem with

Re: Missing c.l.py posts (was Re: A question on scope...)

2009-06-22 Thread Bruno Desthuilliers
Aahz a écrit : In article <4a3b5dc3$0$2985$426a7...@news.free.fr>, Bruno Desthuilliers wrote: NB : answering the OP (original post didn't show up on c.l.py ???) Correct. There's a problem with the mail->news gateway, I think that MIME messages are failing. I "fixed" the problem for c.l.py.

Missing c.l.py posts (was Re: A question on scope...)

2009-06-19 Thread Aahz
In article <4a3b5dc3$0$2985$426a7...@news.free.fr>, Bruno Desthuilliers wrote: > >NB : answering the OP (original post didn't show up on c.l.py ???) Correct. There's a problem with the mail->news gateway, I think that MIME messages are failing. I "fixed" the problem for c.l.py.announce by maki

Re: A question on scope...

2009-06-19 Thread Bruno Desthuilliers
MRAB a écrit : Wells Oliver wrote: NB : answering the OP (original post didn't show up on c.l.py ???) In writing out python classes, it seems the 'self' is optional, You mean, inside a method ? meaning that inside a class method, In Python, a "class method" is a method that operates on

Re: A question on scope...

2009-06-18 Thread MRAB
Wells Oliver wrote: In writing out python classes, it seems the 'self' is optional, meaning that inside a class method, "self.foo = bar" has the same effect as "foo = bar". Is this right? If so, it seems a little odd- what's the rationale? Or am I mistaken? Inside a function or method "foo =

A question on scope...

2009-06-18 Thread Wells Oliver
In writing out python classes, it seems the 'self' is optional, meaning that inside a class method, "self.foo = bar" has the same effect as "foo = bar". Is this right? If so, it seems a little odd- what's the rationale? Or am I mistaken? -- Wells Oliver we...@submute.net -- http://mail.python.o