2017-06-27 Stephan Houben <[email protected]> dixit: > Is "itertools.chain" actually that common? > Sufficiently common to warrant its own syntax?
Please, note that it can be upturned: maybe they are not so common as they could be because of all that burden with importing from separate module -- after all we are saying about somewhat very simple operation, so using lists and `+` just wins because of our (programmers') laziness. :-) Cheers. *j _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
