Re: [Python-Dev] ABCs and simplegeneric use case

2009-03-02 Thread Nick Coghlan
Paul Moore wrote: > 2009/3/1 Nick Coghlan : >> As much as I'd like to get a simple generic implementation into >> functools, the lack of support for ABCs still bothers me (despite my >> last post about that on the tracker item). I'd be a -0 on it going in as >> is, but if someone can figure out a c

[Python-Dev] ABCs and simplegeneric use case

2009-03-02 Thread Paul Moore
2009/3/1 Nick Coghlan : > As much as I'd like to get a simple generic implementation into > functools, the lack of support for ABCs still bothers me (despite my > last post about that on the tracker item). I'd be a -0 on it going in as > is, but if someone can figure out a clever way of supporting