summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGiampaolo Rodola <g.rodola@gmail.com>2020-06-18 14:47:34 +0200
committerGitHub <noreply@github.com>2020-06-18 14:47:34 +0200
commitcab4fc3e6c3f1a6a5452abfd2253dfe179295027 (patch)
tree4092349bb4f055ee82619e55bf069e389a7cd348
parent720ae93009d1b33b13df60d4d58fd5cbfe26bfe1 (diff)
downloadpysendfile-cab4fc3e6c3f1a6a5452abfd2253dfe179295027.tar.gz
Update README.rst
-rw-r--r--README.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index 2d0e999..12f17eb 100644
--- a/README.rst
+++ b/README.rst
@@ -17,6 +17,8 @@
.. image:: https://img.shields.io/pypi/l/pysendfile.svg
:target: https://pypi.python.org/pypi/pysendfile/
:alt: License
+
+**Note: this package is a backport of [os.sendfile](https://docs.python.org/3/library/os.html#os.sendfile) for Python 2.7**
===========
Quick links