ssh keepalive

Marc 'BlackJack' Rintsch bj_666 at gmx.net
Wed Oct 1 06:47:28 EDT 2008


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



More information about the Python-list mailing list