]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #20113: os.readv() and os.writev() now raise an OSError exception on
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Jan 2014 14:21:28 +0000 (15:21 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Wed, 8 Jan 2014 14:21:28 +0000 (15:21 +0100)
commit57ddf78b6b18d9da6f466b4e6da0437c3271196e
treecf55257edc004a09f62e19d67668e30634f17712
parent2bcbc141173e5cd2ed36693a71bed8d5a1a54dd4
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