This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients christian.heimes, hynek, neologix, pitrou, tarek, vstinner
Date 2013-08-16.15:40:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376667613.88.0.312182705513.issue18756@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-08-16 15:40:13pitrousetrecipients: + pitrou, vstinner, christian.heimes, tarek, neologix, hynek
2013-08-16 15:40:13pitrousetmessageid: <1376667613.88.0.312182705513.issue18756@psf.upfronthosting.co.za>
2013-08-16 15:40:13pitroulinkissue18756 messages
2013-08-16 15:40:13pitroucreate