Phillip J. Eby wrote: > you can register your types with other people's > generic functions, or other people's types with your generic > functions,
There's still a possibility of conflict even then. Fred registers one of Mary's types with his generic function, which he feels entitled to do because he owns the function. Meanwhile, Mary registers the same type with the same function, which she feels entitled to do because she owns the type. The problem is that nobody entirely owns the (type, function) pair, which is what's required to be unique. -- 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