]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #22854: Clarify documentation about UnsupportedOperation and add tests
authorMartin Panter <vadmium+py@gmail.com>
Thu, 31 Mar 2016 07:21:56 +0000 (07:21 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Thu, 31 Mar 2016 07:21:56 +0000 (07:21 +0000)
commit754aab28ed5f94338641db8899f89f59895c2137
tree79c911c8dd0bc6f25f0d454e3c26608579171fb8
parent8dc2ec1513e90a8d23394f1c4ec3a07c4e057610
Issue #22854: Clarify documentation about UnsupportedOperation and add tests

Also change BufferedReader.writable() and BufferedWriter.readable() to always
return False.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/clinic/iobase.c.h
Modules/_io/iobase.c