Files
Victor Stinner 13b71a16ee Add closing read-only property to transports
* Disallow write() on closing transports
* Disallow aslo calling pause_writing() and resume_writing() on
  StreamReaderProtocol if the transport is closing
2015-07-20 17:36:41 +02:00
..