[Python-3000] Builtin iterator type

Bill Janssen janssen at parc.com
Mon Nov 13 23:51:29 CET 2006


> this appears to be a worrysome trend away from duck typing

Duck typing is a seriously bad idea, forced on Python by the now
obsolete split between built-in types and user-defined types.

> Are you going to propose similar
> changes for all standard de-facto interfaces, like sequences,
> mappings, files etc.?

Good idea.

Bill


More information about the Python-3000 mailing list