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 ncoghlan
Recipients berker.peksag, ncoghlan
Date 2018-06-06.14:22:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528294962.84.0.592728768989.issue33783@psf.upfronthosting.co.za>
In-reply-to
Content
Talking to Berker on http://psf.upfronthosting.co.za/roundup/meta/issue644 I noticed that docs for random.Random are currently embedded in the module preamble text for https://docs.python.org/3/library/random.html and hence really easy to miss.

It would be good if they were broken out into a proper Sphix class directive so that the fact you can create your own dedicated pseudorandom number generators for specific purposes is easier to see on a quick scan of the docs.
History
Date User Action Args
2018-06-06 14:22:42ncoghlansetrecipients: + ncoghlan, berker.peksag
2018-06-06 14:22:42ncoghlansetmessageid: <1528294962.84.0.592728768989.issue33783@psf.upfronthosting.co.za>
2018-06-06 14:22:42ncoghlanlinkissue33783 messages
2018-06-06 14:22:42ncoghlancreate