> On Jun 11, 2016, at 4:26 PM, Brett Cannon <br...@python.org> wrote:
> 
> Only issue I can think of that we're missing is one to track reverting 
> os.urandom() to 3.4 semantics (any doc updates required for the random 
> module?). Am I missing anything?


It’s already been reverted to 3.4 semantics (well, it will try to use 
getrandom(GRD_NONBLOCK) but falls back to /dev/urandom if that would have 
blocked).

—
Donald Stufft



_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to