]> granicus.if.org Git - python/commit
Issue #18756: Improve error reporting in os.urandom() when the failure is due to...
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 16 Aug 2013 18:44:38 +0000 (20:44 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 16 Aug 2013 18:44:38 +0000 (20:44 +0200)
commitec34ab501025f7fd677e0f6b8a8d0c9f960f069f
tree8355f48954c0e12ac739ea58218aeafbe7780129
parent802bf8aea1cff2122fc64cca33dc73b50b85e09c
Issue #18756: Improve error reporting in os.urandom() when the failure is due to something else than /dev/urandom not existing.
Lib/test/test_os.py
Misc/NEWS
Python/random.c