diff options
| author | Guido van Rossum <guido@python.org> | 1997-10-05 18:54:52 +0000 |
|---|---|---|
| committer | Guido van Rossum <guido@python.org> | 1997-10-05 18:54:52 +0000 |
| commit | 0bfd14659473e894060e071a078486536a584afe (patch) | |
| tree | 7a19875914c203cfcbbd5e777fcc04372b0ab851 /Doc/libposix.tex | |
| parent | bc3b13643d6afe604455f339c29d0d9c34be35f0 (diff) | |
| download | cpython-git-0bfd14659473e894060e071a078486536a584afe.tar.gz | |
Added strerror()
Diffstat (limited to 'Doc/libposix.tex')
| -rw-r--r-- | Doc/libposix.tex | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/libposix.tex b/Doc/libposix.tex index a32953dfbd..df933c530d 100644 --- a/Doc/libposix.tex +++ b/Doc/libposix.tex @@ -290,6 +290,10 @@ calls to \code{os.putenv()} don't update \code{os.environ}, so it is actually preferable to assign to items of \code{os.environ}. \end{funcdesc} +\begin{funcdesc}{strerror}{code} +Return the error message corresponding to the error code in \var{code}. +\end{funcdesc} + \begin{funcdesc}{read}{fd\, n} Read at most \var{n} bytes from file descriptor \var{fd}. Return a string containing the bytes read. |
