mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
Referred to POSIX docs as well as to Unix docs.
This commit is contained in:
parent
09dcff793f
commit
282290f821
2 changed files with 6 additions and 6 deletions
|
@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
|
|||
when an entry is \code{os.environ} is changed.
|
||||
\stmodindex{os}
|
||||
|
||||
The descriptions below are very terse; refer to the
|
||||
corresponding \UNIX{} manual entry for more information. Arguments
|
||||
called \var{path} refer to a pathname given as a string.
|
||||
The descriptions below are very terse; refer to the corresponding
|
||||
\UNIX{} manual (or POSIX documentation) entry for more information.
|
||||
Arguments called \var{path} refer to a pathname given as a string.
|
||||
|
||||
Errors are reported as exceptions; the usual exceptions are given
|
||||
for type errors, while errors reported by the system calls raise
|
||||
|
|
|
@ -18,9 +18,9 @@ functionality, such as automatically calling \code{putenv()}
|
|||
when an entry is \code{os.environ} is changed.
|
||||
\stmodindex{os}
|
||||
|
||||
The descriptions below are very terse; refer to the
|
||||
corresponding \UNIX{} manual entry for more information. Arguments
|
||||
called \var{path} refer to a pathname given as a string.
|
||||
The descriptions below are very terse; refer to the corresponding
|
||||
\UNIX{} manual (or POSIX documentation) entry for more information.
|
||||
Arguments called \var{path} refer to a pathname given as a string.
|
||||
|
||||
Errors are reported as exceptions; the usual exceptions are given
|
||||
for type errors, while errors reported by the system calls raise
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue