]> granicus.if.org Git - python/commit
Add os.getrandom()
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Sep 2016 23:18:52 +0000 (16:18 -0700)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 6 Sep 2016 23:18:52 +0000 (16:18 -0700)
commit9b1f474df6f284de982c422c9a490971ccc1b296
tree0db34b14b2c1b480d31050d035a2684333e8fc44
parent3580b03352d8f04ebd0e9ce358868a6c53f4243c
Add os.getrandom()

Issue #27778: Expose the Linux getrandom() syscall as a new os.getrandom()
function.

This change is part of the PEP 524.
Doc/library/os.rst
Doc/whatsnew/3.6.rst
Lib/test/test_os.py
Misc/NEWS
Modules/clinic/posixmodule.c.h
Modules/posixmodule.c