Files
cpython/Modules/_io
Gregory P. Smith 5135992164 Fixes issue #12268: File readline, readlines and read() or readall() methods
no longer lose data when an underlying read system call is interrupted.
IOError is no longer raised due to a read system call returning EINTR
from within these methods.
2012-06-23 23:55:39 -07:00
..
2012-02-26 02:14:08 +01:00
2011-03-16 11:35:38 +02:00