summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2018-03-14 10:05:13 +0100
committerGiampaolo Rodola <g.rodola@gmail.com>2018-03-14 10:05:13 +0100
commit13483ab06cc80435297bd9eb37a8f2c79514f2f6 (patch)
tree3ef7018e2995f68219fe3e3d2a857cea17b34a2a
parent66afb3be57afcc5d4f99c52d3bb293c527bceb8d (diff)
downloadpysendfile-13483ab06cc80435297bd9eb37a8f2c79514f2f6.tar.gz
update doc
-rw-r--r--README.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.rst b/README.rst
index 2f7c68e..2656642 100644
--- a/README.rst
+++ b/README.rst
@@ -182,13 +182,13 @@ Supported platforms
===================
This module works with Python versions from **2.5** to **3.X** and it inspired
-the work to port it to Python stdlib.
+the integration into Python 3 stdlib
+(see `bpo-10882 <http://bugs.python.org/issue10882>`__ and
+`bpo-17552 <https://bugs.python.org/issue17552>`__).
Sendfile support is available in Python 3.X stdlib as
`os.sendfile <https://docs.python.org/3/library/os.html#os.sendfile>`__ and
`socket.sendfile <https://docs.python.org/3/library/socket.html#socket.socket.sendfile>`__
-(see `bpo-10882 <http://bugs.python.org/issue10882>`__ and
-`bpo-17552 <https://bugs.python.org/issue17552>`__) so this package is mainly
-useful if you're on Python 2.
+so this package is mainly useful if you're on Python 2.
The supported platforms are:
- **Linux**