Message 81211 - Python tracker (original) (raw)

Message81211

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:26 ncoghlan set recipients: + ncoghlan, doerwalter, paul.moore, ryan.freckleton
2009-02-05 12:16:26 ncoghlan set messageid: 1233836186.01.0.648190837659.issue5135@psf.upfronthosting.co.za
2009-02-05 12:16:24 ncoghlan link issue5135 messages
2009-02-05 12:16:24 ncoghlan create