On 11/14/06, Ronald Oussoren <[EMAIL PROTECTED]> wrote: > On 14 Nov 2006, at 4:26 AM, George Sakkis wrote: > > I honestly fail to understand your current objections. Is my analogy > > with dictmixin flawed ? Would anything change if I named it > > "itermixin" instead of iter or Iter ? I'm ok with the idea being > > rejected, but at least I'd like to understand the reasons. > > You basically propose to extend the iterator interface from 1 method > to len(dir(itertools)) methods without any clear benefits. Saving a > single import line is not a clear benefit.
But why is both the dict and list protocol so fat then? Is it hard to create your own dict or list-derived types in Python? -- mvh Björn _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
