<fuzzypixelz>
It seems that RPython's os.open is different from Python 2
<fuzzypixelz>
In that it takes exactly 3 arguments
<fuzzypixelz>
while Python 2 leaves the mode optional
<fuzzypixelz>
this makes me wonder how do I lookup documentation for the RPython standard library?
<fuzzypixelz>
even the order is different for RPython
<arigato>
well, RPython is more or less documented at rpython.readthedocs.io, but it's meant to be used by people that want to write some kind of interpreter, not as a general purpose programming language
<arigato>
there are also alternatives to the standard library that is compatible with RPython, in the "rpython.rlib" package
<arigato>
but RPython is supposed to be a sublanguage of Python in the sense that any RPython program should work when directly executed as Python
<arigato>
so I'm not sure what you mean by "even the order is different", it shouldn't be
fuzzypixelz has quit [Remote host closed the connection]
fuzzypixelz has joined #pypy
fuzzypixelz has quit [Remote host closed the connection]
epony has joined #pypy
derpydoo has quit [Read error: Connection reset by peer]