[Python-checkins] cpython (3.3): Issue #15936: Reformat text for os.random to follow Larry Hastings suggestion

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


http://hg.python.org/cpython/rev/da8155ccf70b
changeset:   79739:da8155ccf70b
branch:      3.3
parent:      79735:0a0b890508d3
user:        Andrew Svetlov <andrew.svetlov at gmail.com>
date:        Tue Oct 16 13:52:25 2012 +0300
summary:
  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