I think it looks very fine when you type {1, 2, 3} * {"a", "b", "c"} and
get set(itertools.product({1, 2, 3}, {"a", "b", "c"})). So i am proposing
set multiplication implementation as cartesian product.>>>
_______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/OGRGYFANR3HX7ZNFSTUS56ILEDYAIW5F/ Code of Conduct: http://python.org/psf/codeofconduct/
