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 larry
Recipients Lukasa, christian.heimes, dstufft, georg.brandl, larry, ned.deily, steven.daprano, vstinner
Date 2016-06-11.18:36:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465670208.74.0.277048552529.issue27292@psf.upfronthosting.co.za>
In-reply-to
Content
I would suggest weakening the one-line summary.  Currently the first line reads:

    Return a string of n random bytes suitable for cryptographic use.

I'd support adding some "weasel words" to this, e.g.:

    Return a string of n random bytes that should be suitable
    for cryptographic use.
History
Date User Action Args
2016-06-11 18:36:48larrysetrecipients: + larry, georg.brandl, vstinner, christian.heimes, ned.deily, steven.daprano, dstufft, Lukasa
2016-06-11 18:36:48larrysetmessageid: <1465670208.74.0.277048552529.issue27292@psf.upfronthosting.co.za>
2016-06-11 18:36:48larrylinkissue27292 messages
2016-06-11 18:36:48larrycreate