And i know this is proposed before but it should be reconsidered under steering council.
On Thu, Jul 25, 2019 at 7:46 PM Batuhan Taskaya <[email protected]> wrote: > 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/UPMBIT4HEJUYI3RFFIVKXSOBJPKL5VGZ/ Code of Conduct: http://python.org/psf/codeofconduct/
