This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asvetlov
Recipients asvetlov, docs@python, socketpair
Date 2015-12-02.11:48:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449056929.25.0.17298616557.issue25756@psf.upfronthosting.co.za>
In-reply-to
Content
I think the doc is correct.
`pause_writing` is called when write buffer becomes non empty, empty buffer is precondition for `resume_writing` call.
History
Date User Action Args
2015-12-02 11:48:49asvetlovsetrecipients: + asvetlov, docs@python, socketpair
2015-12-02 11:48:49asvetlovsetmessageid: <1449056929.25.0.17298616557.issue25756@psf.upfronthosting.co.za>
2015-12-02 11:48:49asvetlovlinkissue25756 messages
2015-12-02 11:48:48asvetlovcreate