[Python-3000] Generic function PEP won't make it in time (original) (raw)
Greg Ewing greg.ewing at canterbury.ac.nz
Thu Apr 26 02:38:52 CEST 2007
- Previous message: [Python-3000] Generic function PEP won't make it in time
- Next message: [Python-3000] Generic function PEP won't make it in time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Paul Moore wrote:
OTOH, in Greg's case maybe he should just not bother inheriting from the ABC. From what I hear, that shouldn't cause him any problems ("duck typing isn't going away" is the message I've heard). Of course, it's difficult to be sure without specific examples (on either side of the debate).
I gathered that some ABCs would be providing useful default implementations of some methods. That would be a reason for me to use one of the supplied ABCs instead of doing it all myself.
-- Greg
- Previous message: [Python-3000] Generic function PEP won't make it in time
- Next message: [Python-3000] Generic function PEP won't make it in time
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]