[Python-checkins] cpython: update os.sendfile() doc signaling that cross-platform apps should not use

giampaolo.rodola python-checkins at python.org
Thu Apr 24 18:09:39 CEST 2014


http://hg.python.org/cpython/rev/ebbbbbb96624
changeset:   90449:ebbbbbb96624
user:        Giampaolo Rodola' <g.rodola at gmail.com>
date:        Thu Apr 24 18:09:21 2014 +0200
summary:
  update os.sendfile() doc signaling that cross-platform apps should not use headers, trailers and flags arguments

files:
  Doc/library/os.rst |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Doc/library/os.rst b/Doc/library/os.rst
--- a/Doc/library/os.rst
+++ b/Doc/library/os.rst
@@ -1087,6 +1087,9 @@
    All platforms support sockets as *out* file descriptor, and some platforms
    allow other types (e.g. regular file, pipe) as well.
 
+   Cross-platform applications should not use *headers*, *trailers* and *flags*
+   arguments.
+
    Availability: Unix.
 
    .. versionadded:: 3.3

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list