Staging
v0.8.1
https://github.com/python/cpython
Revision 9971f689cbce2c7ce3241aed4af0f8455836fbea authored by Guido van Rossum on 06 October 1997, 21:09:32 UTC, committed by Guido van Rossum on 06 October 1997, 21:09:32 UTC
Print the author with the revision date and filename.
1 parent dc1a072
Raw File
Tip revision: 9971f689cbce2c7ce3241aed4af0f8455836fbea authored by Guido van Rossum on 06 October 1997, 21:09:32 UTC
Fix comment to add the all-important trailing colon to the example.
Tip revision: 9971f68
libstd.tex
\chapter{Standard Modules}

The modules described in this chapter are implemented in Python, but
are considered to be a part of Python's standard environment: they are
always available.\footnote{at least in theory --- it is possible to
botch the library installation or to sabotage the module search path
so that these modules cannot be found.}
back to top