Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81641d6 commit a771a1bCopy full SHA for a771a1b
1 file changed
Doc/library/os.rst
@@ -999,9 +999,8 @@ as internal buffering of data.
999
On Mac OS X and FreeBSD, a value of 0 for *nbytes* specifies to send until
1000
the end of *in* is reached.
1001
1002
- On Solaris, *out* may be the file descriptor of a regular file or the file
1003
- descriptor of a socket. On all other platforms, *out* must be the file
1004
- descriptor of an open socket.
+ All platforms support sockets as *out* file descriptor, and some platforms
+ allow other types (e.g. regular file, pipe) as well.
1005
1006
Availability: Unix.
1007
0 commit comments