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 josh.r, lschoe, mark.dickinson, rhettinger, tim.peters
Date 2019-05-12.10:39:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557657568.91.0.302194310946.issue35996@roundup.psfhosted.org>
In-reply-to
Content
Put me down for a -1, too.

> One would also be able to things like prod(range(1, n), n) == n - 1 for Wilson's primality test.

That's not the most convincing use-case, since that's a _horribly_ inefficient way to do a primality test in the first place (worse than trial division, even if you take that trial division all the way up to `n - 1` instead of the square root of `n`).
History
Date User Action Args
2019-05-12 10:39:28mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, rhettinger, josh.r, lschoe
2019-05-12 10:39:28mark.dickinsonsetmessageid: <1557657568.91.0.302194310946.issue35996@roundup.psfhosted.org>
2019-05-12 10:39:28mark.dickinsonlinkissue35996 messages
2019-05-12 10:39:28mark.dickinsoncreate