This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients konryd, rhettinger
Date 2009-01-25.03:22:54
SpamBayes Score 0.00034670663
Marked as misclassified No
Message-id <1232853780.51.0.640723212423.issue5048@psf.upfronthosting.co.za>
In-reply-to
Content
Do you have compelling use cases?

Is it worth what it takes to preserve the relation with permuations()
and product() and the lexicographic orderings?

Do we care the length of the output is no longer predictable by a simple
n! / r! / (n-r)!  ?

Do we care that the variable length output prevents uses in for-loops
with tuple unpacking:

   for a, b, c in combinations('ABCDEF', [2,3]):
        . . .
History
Date User Action Args
2009-01-25 03:23:00rhettingersetrecipients: + rhettinger, konryd
2009-01-25 03:23:00rhettingersetmessageid: <1232853780.51.0.640723212423.issue5048@psf.upfronthosting.co.za>
2009-01-25 03:22:55rhettingerlinkissue5048 messages
2009-01-25 03:22:54rhettingercreate