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