]> granicus.if.org Git - python/commit
allow more operations to work on detached streams (closes #23093)
authorBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2014 02:51:50 +0000 (20:51 -0600)
committerBenjamin Peterson <benjamin@python.org>
Mon, 22 Dec 2014 02:51:50 +0000 (20:51 -0600)
commit53ae6145a0b8f3380f819bf1c60b5dfc676f05ec
treeb14f0b0cc4f3e49a5ab6e8a9444f068f12c08b30
parent4e9dbfba217301b20f0891746ba81556858f6495
allow more operations to work on detached streams (closes #23093)

Patch by Martin Panter.
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/textio.c