commit | b2ac4d693a5571336d397eff93445ca0ac0f4204 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@krypto.org> | Mon Jun 25 20:57:36 2012 -0700 |
committer | Gregory P. Smith <greg@krypto.org> | Mon Jun 25 20:57:36 2012 -0700 |
tree | a03147b0f9867b72b0e7a6cad5b58d8ebab70075 | |
parent | ed04f42b9916e89c65820eb236ab347323d983e0 [diff] |
Fixes issue #12268 for file readline, readlines and read() and readinto methods. They 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.