What steps will reproduce the problem?
```python
import os
os.urandom(8)
What is the expected output? What do you see instead?
One expects a random number to be returned.
However, it throws:
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py",
line 752, in urandom
raise NotImplementedError("/dev/urandom (or equivalent) not found")
What version of the product are you using? On what operating system?
Running devappserver2 0.4 on OS X 10.8.3
Original issue reported on code.google.com by `brianmh...@gmail.com` on 16 Jan 2013 at 9:12
What is the expected output? What do you see instead?
One expects a random number to be returned.
However, it throws:
What version of the product are you using? On what operating system?
Running devappserver2 0.4 on OS X 10.8.3