Re: List mutation method gotcha - How well known?
- From: Erik Max Francis <max@xxxxxxxxxxx>
- Date: Thu, 13 Mar 2008 16:22:51 -0700
Chris wrote:
No output because x is a NoneType...
That's behavior of the interactive interpreter when printing results of expressions, not of print. It will print None.
--
Erik Max Francis && max@xxxxxxxxxxx && http://www.alcyone.com/max/
San Jose, CA, USA && 37 18 N 121 57 W && AIM, Y!M erikmaxfrancis
There is no present or future; only the past, happening over and over
again, now. -- Eugene O'Neill
.
- References:
- List mutation method gotcha - How well known?
- From: Hendrik van Rooyen
- Re: List mutation method gotcha - How well known?
- From: Chris
- List mutation method gotcha - How well known?
- Prev by Date: RE: Dispatch("Excel.Application") failed
- Next by Date: Re: getattr(foo, 'foobar') not the same as foo.foobar?
- Previous by thread: Re: List mutation method gotcha - How well known?
- Next by thread: Re: List mutation method gotcha - How well known?
- Index(es):
Relevant Pages
|