[Python-3000] *View in abc.py not inheriting Iterable Re: PEP 3119 - Introducing Abstract Base Classes

Guido van Rossum guido at python.org
Sat Apr 28 21:17:29 CEST 2007


On 4/28/07, Samuele Pedroni <pedronis at openendsystems.com> wrote:
> Shouldn't the various *View in abc.py be Iterables (inherit from Iterable) ?

Oops, it looks like this is a mess. There are two classes
_MappingView. Ignore them for the sake of the PEP. I'll clean them up
later. We probably need fewer mapping classes, nor more...

-- 
--Guido van Rossum (home page: http://www.python.org/~guido/)


More information about the Python-3000 mailing list