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 cheryl.sabella, docs@python, jneb, mark.dickinson, rhettinger, serhiy.storchaka, skrah, vstinner
Date 2017-08-24.00:43:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503535410.05.0.90009535234.issue26256@psf.upfronthosting.co.za>
In-reply-to
Content
A couple of thoughts:

* It is okay to add a couple lines to the decimal module docs noting a Cpython specific implementation detail that it uses better than expected algorithms which can payoff nicely when used with very large numbers.

* Mersenne prime examples and whatnot belong external to our docs.  I usually put my recipes and examples on the ASPN Python Cookbook.  http://code.activestate.com/recipes/langs/python/
History
Date User Action Args
2017-08-24 00:43:30rhettingersetrecipients: + rhettinger, jneb, mark.dickinson, vstinner, skrah, docs@python, serhiy.storchaka, cheryl.sabella
2017-08-24 00:43:30rhettingersetmessageid: <1503535410.05.0.90009535234.issue26256@psf.upfronthosting.co.za>
2017-08-24 00:43:29rhettingerlinkissue26256 messages
2017-08-24 00:43:29rhettingercreate