[Python-Dev] ABC issues (original) (raw)
Georg Brandl g.brandl at gmx.net
Mon May 26 20:27:35 CEST 2008
- Previous message: [Python-Dev] zipimport._zip_directory_cache interface
- Next message: [Python-Dev] ABC issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
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.
Georg
- Previous message: [Python-Dev] zipimport._zip_directory_cache interface
- Next message: [Python-Dev] ABC issues
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]