summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-04-13 21:38:02 (GMT)
committerFred Drake <fdrake@acm.org>1999-04-13 21:38:02 (GMT)
commit592dd7840854a74c941b723ee31373fce04eff75 (patch)
treefe02d84f813500b740e0e37efd53cf7c054deed5
parent31ec33ed60160df8ec7883a295d3f79cb7487198 (diff)
downloadcpython-592dd7840854a74c941b723ee31373fce04eff75.zip
cpython-592dd7840854a74c941b723ee31373fce04eff75.tar.gz
cpython-592dd7840854a74c941b723ee31373fce04eff75.tar.bz2
Fix availability declaration for stat module; report by Barry Scott
<barry@scottb.demon.co.uk>.
-rw-r--r--Doc/lib/libstat.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libstat.tex b/Doc/lib/libstat.tex
index 1f55e84..d6e26b7 100644
--- a/Doc/lib/libstat.tex
+++ b/Doc/lib/libstat.tex
@@ -2,7 +2,7 @@
Interpreting \function{stat()} results}
\declaremodule{standard}{stat}
- \platform{Unix}
+ \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}