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 python-dev
Recipients Jonathan Kamens, Paolo Veglia, benjamin.peterson, jmadden, marcjofre, martin.panter, pitrou, pje, python-dev, serhiy.storchaka, stutzbach, tarek
Date 2016-06-05.06:59:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160605065909.15244.54762.91C3418B@psf.io>
In-reply-to
Content
New changeset a57703119f40 by Martin Panter in branch '3.5':
Issue #24291: Avoid WSGIRequestHandler doing partial writes
https://hg.python.org/cpython/rev/a57703119f40

New changeset d8f021944e0b by Martin Panter in branch 'default':
Issue #24291: Merge wsgi partial write fix from 3.5
https://hg.python.org/cpython/rev/d8f021944e0b
History
Date User Action Args
2016-06-05 06:59:12python-devsetrecipients: + python-dev, pje, pitrou, benjamin.peterson, tarek, stutzbach, martin.panter, serhiy.storchaka, jmadden, Jonathan Kamens, marcjofre, Paolo Veglia
2016-06-05 06:59:12python-devlinkissue24291 messages
2016-06-05 06:59:11python-devcreate