Re: Voluntary Abstract Base Classes

2007-06-29 Thread Daniel Nogradi
> > Well, the short question is: what are they? I've read Guido's python > > 3000 status report on > > http://www.artima.com/weblogs/viewpost.jsp?thread=208549 where he > > mentions ABC's but don't quite understand what the whole story is > > about. > > The story is at PEP 3119: > http://www.python

Re: Voluntary Abstract Base Classes

2007-06-29 Thread Eduardo \"EdCrypt\" O. Padoan
On 6/29/07, Daniel Nogradi <[EMAIL PROTECTED]> wrote: > Hi list, > > Well, the short question is: what are they? I've read Guido's python > 3000 status report on > http://www.artima.com/weblogs/viewpost.jsp?thread=208549 where he > mentions ABC's but don't quite understand what the whole story is >

Re: Voluntary Abstract Base Classes

2007-06-29 Thread James Stroud
Daniel Nogradi wrote: > Hi list, > > Well, the short question is: what are they? I've read Guido's python > 3000 status report on > http://www.artima.com/weblogs/viewpost.jsp?thread=208549 where he > mentions ABC's but don't quite understand what the whole story is > about. > > Anyone has good us