ext/libuv/docs/src/pipe.rst in libuv-1.1.3 vs ext/libuv/docs/src/pipe.rst in libuv-1.2.0

- old
+ new

@@ -36,11 +36,10 @@ .. c:function:: int uv_pipe_open(uv_pipe_t*, uv_file file) Open an existing file descriptor or HANDLE as a pipe. - .. note:: - The user is responsible for setting the dile descriptor in non-blocking mode. + .. versionchanged:: 1.2.1 the file descriptor is set to non-blocking mode. .. c:function:: int uv_pipe_bind(uv_pipe_t* handle, const char* name) Bind the pipe to a file path (Unix) or a name (Windows).