This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients doerwalter, ncoghlan, paul.moore, ryan.freckleton
Date 2009-02-05.12:16:24
SpamBayes Score 2.8125504e-07
Marked as misclassified No
Message-id <1233836186.01.0.648190837659.issue5135@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, there is such a thing as being *too* simple... a generic function
implementation that doesn't even respect ABCs seems pretty pointless to
me (e.g. I'd like to be able to register a default Sequence
implementation for pprint and have all declared Sequences use it
automatically if there isn't a more specific override).

I'll wait until I have a chance to actually play with the code a bit
before I comment further though.
History
Date User Action Args
2009-02-05 12:16:26ncoghlansetrecipients: + ncoghlan, doerwalter, paul.moore, ryan.freckleton
2009-02-05 12:16:26ncoghlansetmessageid: <1233836186.01.0.648190837659.issue5135@psf.upfronthosting.co.za>
2009-02-05 12:16:24ncoghlanlinkissue5135 messages
2009-02-05 12:16:24ncoghlancreate