replit-archive / empythoned

CPython compiled to JS using emscripten
325 stars 44 forks source link

/dev/null doesn't exist #9

Open tyilo opened 12 years ago

tyilo commented 12 years ago

os.devnull outputs /dev/null, however it doesn't exists!

Redirecting stdout to /dev/null doesn't work because of this.