diff options
| author | Fred Drake <fdrake@acm.org> | 2001-10-22 14:18:23 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-10-22 14:18:23 +0000 |
| commit | 5d9a6b575ccfb0aed1447bc2b09252ea1e01936c (patch) | |
| tree | 32a9ca157ae32120374fa3c9c4c37bb370bd6e0d /Doc/lib/libresource.tex | |
| parent | beb385568c86512df74355c355329bd1a120cb72 (diff) | |
| download | cpython-git-5d9a6b575ccfb0aed1447bc2b09252ea1e01936c.tar.gz | |
Clarify that the resource module does not attempt to mask platform
differences by defining symbols not defined on particular platforms.
This closes SF bug #473433.
Diffstat (limited to 'Doc/lib/libresource.tex')
| -rw-r--r-- | Doc/lib/libresource.tex | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libresource.tex b/Doc/lib/libresource.tex index 81e5aebd20..33de531947 100644 --- a/Doc/lib/libresource.tex +++ b/Doc/lib/libresource.tex @@ -67,7 +67,9 @@ used by \C{} programs. The \UNIX{} man page for \manpage{getrlimit}{2} lists the available resources. Note that not all systems use the same symbol or same -value to denote the same resource. +value to denote the same resource. This module does not attempt to +mask platform differences --- symbols not defined for a platform will +not be available from this module on that platform. \begin{datadesc}{RLIMIT_CORE} The maximum size (in bytes) of a core file that the current process |
