p.s. the reason I'm not sticking to reversed or even reverse : suppose the size of the list is huge.
reversed() returns an iterator so list size shouldn't be an issue.
What problem are you actually trying to solve?
Kent
-- http://mail.python.org/mailman/listinfo/python-list
