[Python-Dev] ABC issues

Benjamin Peterson musiccomposition at gmail.com
Mon May 26 20:46:10 CEST 2008


On Mon, May 26, 2008 at 1:27 PM, Georg Brandl <g.brandl at gmx.net> wrote:
> Some ABC issues:
>
> * The 2.6-backported Mapping ABC has the 3.0 dict API,
>  that is, it uses keys() that returns a view etc.

How would you correct this in 2.6? Add the inter* variants and make
keys, items, and values return a list?

>
> * The 2.6 UserDict is not registered as a mapping.
>
> * collections.deque isn't registered as a MutableSequence.
>
> If there are no objections, I will correct these issues
> in the 2.6 and 3.0 branches.

None on principle.
>
> Georg



-- 
Cheers,
Benjamin Peterson
"There's no place like 127.0.0.1."


More information about the Python-Dev mailing list