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 FR4NKESTI3N, josh.r, jwilk, kellerfuchs, mark.dickinson, pablogsal, rhettinger, serhiy.storchaka, steven.daprano, tim.peters
Date 2019-06-01.21:10:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559423424.7.0.59183502409.issue35431@roundup.psfhosted.org>
In-reply-to
Content
> I'd say leave it as-is for 3.8, see what the reaction is, 
> and maybe relax constraints in 3.9 if that seems appropriate.

I concur.  That said, the referenced tweet was a reaction :-)

FWIW, itertools.combinations(seq, r) returns 0 values when r > len(seq).

Tim, what do you think?
History
Date User Action Args
2019-06-01 21:10:24rhettingersetrecipients: + rhettinger, tim.peters, mark.dickinson, jwilk, steven.daprano, serhiy.storchaka, josh.r, pablogsal, kellerfuchs, FR4NKESTI3N
2019-06-01 21:10:24rhettingersetmessageid: <1559423424.7.0.59183502409.issue35431@roundup.psfhosted.org>
2019-06-01 21:10:24rhettingerlinkissue35431 messages
2019-06-01 21:10:24rhettingercreate