Antoine Pitrou added the comment:

I don't think that's bug in os.urandom(). If os.urandom() doesn't fail, 
something else will fail soon after.
OTOH, the error is clearly misleading. The NotImplementedError should only be 
raised for certain errnos (such as ENOENT, ENODEV, ENXIO and EACCES), not all 
of them.

----------
nosy: +neologix, pitrou

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue18756>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to