Style guide for subclassing built-in types?

Kent Johnson kent37 at tds.net
Wed Feb 23 07:41:16 EST 2005


janeaustine50 at hotmail.com wrote:
> 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

> 



More information about the Python-list mailing list