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 akira, asvetlov, christian.heimes, giampaolo.rodola, gvanrossum, josh.r, josiah.carlson, neologix, pitrou, python-dev, rosslagerwall, yselivanov
Date 2014-06-11.01:54:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <3gpB8f3wQhz7LjR@mail.python.org>
In-reply-to
Content
New changeset 001895c39fea by Giampaolo Rodola' in branch 'default':
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket by using high-performance os.sendfile() on UNIX. Patch by Giampaolo Rodola'·
http://hg.python.org/cpython/rev/001895c39fea
History
Date User Action Args
2014-06-11 01:54:43python-devsetrecipients: + python-dev, gvanrossum, pitrou, giampaolo.rodola, christian.heimes, josiah.carlson, asvetlov, neologix, akira, rosslagerwall, yselivanov, josh.r
2014-06-11 01:54:43python-devlinkissue17552 messages
2014-06-11 01:54:43python-devcreate