[Python-Dev] Mixin classes in the standard library
Nick Coghlan
ncoghlan at gmail.com
Sun Sep 4 04:16:05 CEST 2005
More information about the Python-Dev mailing list
Sun Sep 4 04:16:05 CEST 2005
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Steven Bethard wrote: > The same people that added __iter__(), next(), readline(), readlines() > and writelines() to their file-like objects when technically these are > all derivable from read() and write(). This is why I suggested > providing a FileMixin class. In retrospect, I'm surprised we don't > already have one... Where would we put it though? I sometimes wonder if there should be a 'mixins' module to provide a one-stop shop for finding things like DictMixin and ListMixin. Cheers, Nick. -- Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia --------------------------------------------------------------- http://boredomandlaziness.blogspot.com
- Previous message: [Python-Dev] Replacement for print in Python 3.0
- Next message: [Python-Dev] Replacement for print in Python 3.0
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list