Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dba66c commit 53143beCopy full SHA for 53143be
1 file changed
Doc/lib/libexcs.tex
@@ -80,7 +80,8 @@ \section{Built-in Exceptions}
80
\begin{excdesc}{LookupError}
81
The base class for the exceptions that are raised when a key or
82
index used on a mapping or sequence is invalid: \exception{IndexError},
83
-\exception{KeyError}.
+\exception{KeyError}. This can be raised directly by
84
+\function{sys.setdefaultencoding()}.
85
\end{excdesc}
86
87
\begin{excdesc}{EnvironmentError}
0 commit comments