]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
At release 1.0.1. Scripts, Makefile, README: cosmetic changes and
authorGuido van Rossum <guido@python.org>
Tue, 15 Feb 1994 15:59:23 +0000 (15:59 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 15 Feb 1994 15:59:23 +0000 (15:59 +0000)
streamlined procedure; tut.tex: fixes by Tim Peters; libposix.tex:
added posix.fdopen; ext.tex: typos

Doc/lib/libposix.tex
Doc/libposix.tex
Doc/tools/whichlibs
Doc/whichlibs

index 737ddb1e45c42bc7b327e8f0b51fdbc9d6b41093..c22f1e06578b1295f4731a0faac1d88b853cd000 100644 (file)
@@ -89,6 +89,13 @@ Note: the standard way to exit is \code{sys.exit(\var{n})}.
 after a \code{fork()}.
 \end{funcdesc}
 
+\begin{funcdesc}{fdopen}{fd\, mode}
+Return an open file object connected to the file descriptor \var{fd},
+open for reading and/or writing according to the \var{mode} string
+(which has the same meaning as the \var{mode} argument to the built-in
+\code{open()} function.
+\end{funcdesc}
+
 \begin{funcdesc}{fork}{}
 Fork a child process.  Return 0 in the child, the child's process id
 in the parent.
index 737ddb1e45c42bc7b327e8f0b51fdbc9d6b41093..c22f1e06578b1295f4731a0faac1d88b853cd000 100644 (file)
@@ -89,6 +89,13 @@ Note: the standard way to exit is \code{sys.exit(\var{n})}.
 after a \code{fork()}.
 \end{funcdesc}
 
+\begin{funcdesc}{fdopen}{fd\, mode}
+Return an open file object connected to the file descriptor \var{fd},
+open for reading and/or writing according to the \var{mode} string
+(which has the same meaning as the \var{mode} argument to the built-in
+\code{open()} function.
+\end{funcdesc}
+
 \begin{funcdesc}{fork}{}
 Fork a child process.  Return 0 in the child, the child's process id
 in the parent.
index b7efe14d1c0f6c2d613c97a2ba3b5e59ac877af6..56287cbee3662bc92d5b0e213f30d7a075e348b9 100755 (executable)
@@ -1,2 +1,2 @@
-#! /bin/sh
+#!/bin/sh
 sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex
index b7efe14d1c0f6c2d613c97a2ba3b5e59ac877af6..56287cbee3662bc92d5b0e213f30d7a075e348b9 100755 (executable)
@@ -1,2 +1,2 @@
-#! /bin/sh
+#!/bin/sh
 sed -n 's/^\\input{\(lib[a-zA-Z0-9_]*\)}.*/\1.tex/p' lib.tex