]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Backout changeset 6ab2575bc12b
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 20:50:19 +0000 (21:50 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 15 Jan 2015 20:50:19 +0000 (21:50 +0100)
commit406204c8c2e2adb890b29210c905f6fc7164b397
treec804057d668653fc057465adae6d0a9ff2026375
parentcbd3bd59c0322e3407c17843a7f61ddebbd15875
Backout changeset 6ab2575bc12b

StreamWriter: close() now clears the reference to the transport

StreamWriter now raises an exception if it is closed: write(), writelines(),
write_eof(), can_write_eof(), get_extra_info(), drain().
Lib/asyncio/streams.py