Why no list heritable type?
Mike Meyer
mwm at mired.org
Thu Dec 16 18:29:58 EST 2004
More information about the Python-list mailing list
Thu Dec 16 18:29:58 EST 2004
- Previous message (by thread): Why no list heritable type?
- Next message (by thread): Why no list heritable type?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Robert Brewer" <fumanchu at amor.org> writes: >> Why aren't built >> in lists and dictionaries real heritable types that can save >> this kind of patchwork? > > They are since Python 2.2 (IIRC): And before Python 2.2 there was the UserList class in the standard library. Which is still there in 2.4. Shouldn't it be depreciated by this point? <mike -- Mike Meyer <mwm at mired.org> http://www.mired.org/home/mwm/ Independent WWW/Perforce/FreeBSD/Unix consultant, email for more information.
- Previous message (by thread): Why no list heritable type?
- Next message (by thread): Why no list heritable type?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list