Style guide for subclassing built-in types?
Kent Johnson
kent37 at tds.net
Wed Feb 23 07:41:16 EST 2005
More information about the Python-list mailing list
Wed Feb 23 07:41:16 EST 2005
- Previous message (by thread): Style guide for subclassing built-in types?
- Next message (by thread): Style guide for subclassing built-in types?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 >
- Previous message (by thread): Style guide for subclassing built-in types?
- Next message (by thread): Style guide for subclassing built-in types?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list