Y
Hacker News
new
|
ask
|
show
|
jobs
by
jwilk
2293 days ago
In Python 3, file I/O is is implemented using POSIX read(), write() etc., rather than C stdio.
1 comments
Thorrez
2292 days ago
Interesting, and EOF on POSIX read() isn't supposed to be sticky?
That seems like a weird situation, that EOF is sticky in some cases but not others.
link
That seems like a weird situation, that EOF is sticky in some cases but not others.