This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: 2.6 abc fixes
Type: Stage:
Components: Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, gvanrossum
Priority: normal Keywords: 26backport, patch

Created on 2008-06-07 16:13 by georg.brandl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
abcoll.diff georg.brandl, 2008-06-07 16:13
Messages (3)
msg67810 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-07 16:13
This patch makes the 2.6 Mapping ABC use the 2.6 dict interface. It also
removes registering list as a KeysView, ValuesView and ItemsView.
msg67812 - (view) Author: Guido van Rossum (gvanrossum) * (Python committer) Date: 2008-06-07 16:53
Looks good. I like keeping the *View classes around so someone can use
them still.
msg67813 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-06-07 17:03
OK, committed as r64018.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47307
2008-06-07 17:03:54georg.brandlsetstatus: open -> closed
resolution: accepted
messages: + msg67813
2008-06-07 16:53:25gvanrossumsetassignee: gvanrossum -> georg.brandl
messages: + msg67812
2008-06-07 16:13:27georg.brandlcreate