ssh keepalive

Lie Ryan lie.1296 at gmail.com
Wed Oct 1 07:03:39 EDT 2008


On Wed, 01 Oct 2008 10:47:28 +0000, Marc 'BlackJack' Rintsch wrote:

> On Wed, 01 Oct 2008 08:07:43 +0000, Lie Ryan wrote:
> 
>>>>> a = [1, 3, 4, 2]
>>>>> a = a.sort()
>>>>> print a
>> [None, None, None, None]
> 
> *That* would be really odd.  The last line should be just a singel
> `None` and not a list.  :-)
> 
> Ciao,
> 	Marc 'BlackJack' Rintsch

Ah yeah, I originally intended to give a list of list example, but 
changed mind and forgot to change that last line.




More information about the Python-list mailing list