[Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom (original) (raw)
Larry Hastings larry at hastings.org
Tue Oct 16 12:43:51 CEST 2012
- Previous message: [Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
- Next message: [Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 10/16/2012 11:23 AM, Hynek Schlawack wrote:
Am 16.10.2012 um 12:15 schrieb andrew.svetlov <python-checkins at python.org>:
+ For easy to use interface to system randomness please see + :class:
random.SystemRandom
. Is it just my non-native speaker ears, or should there be an “an” before “easy”?
There should. And "for system randomness" is hard to follow. I would have written it as
For an easy-to-use interface to the random number generator provided
by your platform, please see :class:`random.SystemRandom`.
//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20121016/8cf6f711/attachment.html>
- Previous message: [Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
- Next message: [Python-Dev] [Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Add link from os.urandom to random.SystemRandom
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]