Anybody have an idea for how to do python mixins that don't down-call?
Thanks
(
Mixins from different vendors might use the same method names for unrelated
features, but should continue to work sensibly.
It's fine to have one mixin method override another in its "public" interface,
but overridin
Skip Montanaro pobox.com> writes:
> josh> Shouldn't datetime have strptime?
> If someone wants to get their feet wet with extension module
> programming
> this might be a good place to start. Mostly, I think nobody who has
> needed/wanted it so far has the round tuits available to spend on the
>