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 mark.dickinson
Recipients ezio.melotti, konryd, mark.dickinson, rhettinger
Date 2009-01-25.09:43:10
SpamBayes Score 4.236034e-08
Marked as misclassified No
Message-id <[email protected]>
In-reply-to
Content
I've seen requests for combinations with replacement come up on c.l.p. a 
few times in the past, though it's never been clear whether there was a 
real need or whether the interest was driven by homework or curiosity.

-1 for sequences in the second argument of combinations();  it doesn't 
feel like a useful enough generalization to be worth adding code for.
History
Date User Action Args
2009-01-25 09:43:12mark.dickinsonsetrecipients: + mark.dickinson, rhettinger, ezio.melotti, konryd
2009-01-25 09:43:12mark.dickinsonsetmessageid: <[email protected]>
2009-01-25 09:43:11mark.dickinsonlinkissue5048 messages
2009-01-25 09:43:10mark.dickinsoncreate