]> granicus.if.org Git - python/commit
Issue #29157: Simplify dev_urandom()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 6 Jan 2017 10:17:52 +0000 (11:17 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 6 Jan 2017 10:17:52 +0000 (11:17 +0100)
commita49a2078e84b594cc42988bf181be7cc5da66f78
treee99a5d31cd29e4fc283b93805f6d549ddd1bc0bd
parentdcdb60e4b3ad529fb2acd8d36f6ce9c7370b6c6f
Issue #29157: Simplify dev_urandom()

pyurandom() is now responsible to call getentropy() or getrandom().

Enhance also dev_urandom() and pyurandom() documentation.
Python/random.c