
May 26, 2008
6:46 p.m.
On Mon, May 26, 2008 at 1:27 PM, Georg Brandl <g.brandl@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."