[issue14831] make r argument on itertools.combinations() optional

Dirkjan Ochtman report at bugs.python.org
Wed May 16 18:42:02 CEST 2012


Dirkjan Ochtman <dirkjan at ochtman.nl> added the comment:

[[], [0], [1], [2], [0, 1], [0, 2], [1, 2], [0, 1, 2]]

That is, all possible combinations.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14831>
_______________________________________


More information about the Python-bugs-list mailing list