diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-22 15:14:11 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-22 15:14:11 (GMT) |
commit | a694e0008582989ac611b7905a09b102cb5b6459 (patch) | |
tree | 75a1388f6163f56fd4de61a95cb8e2166f8430e9 /Doc | |
parent | 5254a6d6825586aa9996ccf1a773b44776e435ad (diff) | |
download | cpython-a694e0008582989ac611b7905a09b102cb5b6459.zip cpython-a694e0008582989ac611b7905a09b102cb5b6459.tar.gz cpython-a694e0008582989ac611b7905a09b102cb5b6459.tar.bz2 |
Remove \platform declaration; this module is generic.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libstat.tex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex index 4155206..945de42 100644 --- a/Doc/lib/libstat.tex +++ b/Doc/lib/libstat.tex @@ -2,7 +2,6 @@ Interpreting \function{stat()} results} \declaremodule{standard}{stat} - \platform{Unix, Windows} \modulesynopsis{Utilities for interpreting the results of \function{os.stat()}, \function{os.lstat()} and \function{os.fstat()}.} \sectionauthor{Skip Montanaro}{skip@automatrix.com} |