Adam DePrince wrote: > The first, and easiest to write about and > implement, was to make iters deletable to give the appearance of having > a view in what I thought was the only way we cared.
This is massively wrong. There's much more to the views idea than just being able to delete things. > I'm proposing a number of interfaces, including proper C-level > interfaces. I don't see a need for any formal protocols or interfaces here. Each type will be unique in the kinds of views it provides and what functionality they have. It's a design pattern, not an interface. -- Greg _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com