]> granicus.if.org Git - python/commitdiff
Issue #15936: Add link from os.urandom to random.SystemRandom
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 16 Oct 2012 10:23:15 +0000 (13:23 +0300)
committerAndrew Svetlov <andrew.svetlov@gmail.com>
Tue, 16 Oct 2012 10:23:15 +0000 (13:23 +0300)
Doc/library/os.rst

index 025042a28c4661c3046c7b351258f83782c63f08..f56e627cd9583cf858cb1f5927f80c221ca365d3 100644 (file)
@@ -2506,5 +2506,7 @@ Miscellaneous Functions
    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.
 
-   .. versionadded:: 2.4
+   For easy to use interface to system randomness please see
+   :class:`random.SystemRandom`.
 
+   .. versionadded:: 2.4