]> granicus.if.org Git - python/commit
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Jan 2014 14:26:12 +0000 (15:26 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Jan 2014 14:26:12 +0000 (15:26 +0100)
commit149e540adf47ccd57ac36afe265b7740a9dd74fc
tree398a86594984dcd1df3877b11e9b82938a6fdd75
parente4314e05d5d96eed8a3f25db779f853fc5514969
parent57ddf78b6b18d9da6f466b4e6da0437c3271196e
(Merge 3.3) Issue #20113: os.readv() and os.writev() now raise an OSError
exception on error instead of returning -1.
Lib/test/test_os.py
Lib/test/test_posix.py
Misc/NEWS
Modules/posixmodule.c