]> granicus.if.org Git - python/commit
fix issue #17552: add socket.sendfile() method allowing to send a file over a socket...
authorGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 11 Jun 2014 01:54:30 +0000 (03:54 +0200)
committerGiampaolo Rodola' <g.rodola@gmail.com>
Wed, 11 Jun 2014 01:54:30 +0000 (03:54 +0200)
commit915d14190ee07b66e29b385943a942a51c825ae6
treec822a64395af65a3f22f02aa5b87bd39c37a10b4
parentb398d33c65636aed68246179a4f6ae4b3fbcf182
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'ยท
Doc/library/os.rst
Doc/library/socket.rst
Doc/library/ssl.rst
Doc/whatsnew/3.5.rst
Lib/socket.py
Lib/ssl.py
Lib/test/test_socket.py
Lib/test/test_ssl.py
Misc/NEWS