Staging
v0.5.1
https://github.com/python/cpython
Revision ba9d7c5612912f3e87e918470c94507d7699df5a authored by Guido van Rossum on 29 April 1997, 15:49:54 UTC, committed by Guido van Rossum on 29 April 1997, 15:49:54 UTC
1 parent 8ec9e63
Raw File
Tip revision: ba9d7c5612912f3e87e918470c94507d7699df5a authored by Guido van Rossum on 29 April 1997, 15:49:54 UTC
Change the exception objects to have the string value "os.error"
Tip revision: ba9d7c5
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