[issue3057] 2.6 abc fixes

2008-06-07 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: OK, committed as r64018. -- resolution: -> accepted status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3057] 2.6 abc fixes

2008-06-07 Thread Guido van Rossum
Guido van Rossum <[EMAIL PROTECTED]> added the comment: Looks good. I like keeping the *View classes around so someone can use them still. -- assignee: gvanrossum -> georg.brandl ___ Python tracker <[EMAIL PROTECTED]>

[issue3057] 2.6 abc fixes

2008-06-07 Thread Georg Brandl
New submission from Georg Brandl <[EMAIL PROTECTED]>: 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. -- assignee: gvanrossum components: Library (Lib) files: abcoll.diff keywords: 26backport, patc