[Python-checkins] cpython (merge 3.3 -> default): Merge issue #15936: Reformat text for os.random to follow Larry Hastings

andrew.svetlov python-checkins at python.org
Tue Oct 16 12:53:08 CEST 2012


http://hg.python.org/cpython/rev/bd3647e9ac62
changeset:   79740:bd3647e9ac62
parent:      79736:34c2bb737364
parent:      79739:da8155ccf70b
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Tue Oct 16 13:52:53 2012 +0300
summary:
  Merge issue #15936: Reformat text for os.random to follow Larry Hastings suggestion

files:
  Doc/library/os.rst |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -3310,5 +3310,5 @@
    system this will query /dev/urandom, and on Windows it will use CryptGenRandom.
    If a randomness source is not found, :exc:`NotImplementedError` will be raised.
 
-   For easy to use interface to system randomness please see
-   :class:`random.SystemRandom`.
+   For an easy-to-use interface to the random number generator
+   provided by your platform, please see :class:`random.SystemRandom`.

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list