> On Jun 10, 2016, at 2:29 PM, David Mertz <me...@gnosis.cx> wrote:
> 
> If I *were* someone who needed to write a Linux system initialization script 
> using Python 3.5.2, what would the code look like.  I think for this use 
> case, requiring something with a little bit of "code smell" is fine, but I 
> kinda hope it exists at all.


Do you mean if os.urandom blocked and you wanted to call os.urandom from your 
boot script? Or if os.urandom doesn’t block and you wanted to ensure you got 
good random numbers on boot?

—
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