]> granicus.if.org Git - python/commit
fix TextIOWrapper.read() when the buffer is not readable #5628
authorBenjamin Peterson <benjamin@python.org>
Tue, 31 Mar 2009 23:11:32 +0000 (23:11 +0000)
committerBenjamin Peterson <benjamin@python.org>
Tue, 31 Mar 2009 23:11:32 +0000 (23:11 +0000)
commita1b49013f477e83bd1652f651f35c2e4eea54b67
treee56aaae216ffdb72108a7131de3f2dd38ddc8244
parentd2ee64d9dd62942488a2f7fff18a21b87da7f7a9
fix TextIOWrapper.read() when the buffer is not readable #5628
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_textio.c