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 viocal
Recipients asvetlov, viocal, yselivanov
Date 2019-05-21.11:33:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1558438417.11.0.676091509867.issue36981@roundup.psfhosted.org>
In-reply-to
Content
for buf in filedata:
    asc.resume_writing()
    asc.transport.write(buf)
    asc.pause_writing()
History
Date User Action Args
2019-05-21 11:33:37viocalsetrecipients: + viocal, asvetlov, yselivanov
2019-05-21 11:33:37viocalsetmessageid: <1558438417.11.0.676091509867.issue36981@roundup.psfhosted.org>
2019-05-21 11:33:37viocallinkissue36981 messages
2019-05-21 11:33:37viocalcreate