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 0b72116 commit 343301aCopy full SHA for 343301a
1 file changed
Doc/lib/libfuncs.tex
@@ -669,13 +669,15 @@ \section{Built-in Functions \label{built-in-funcs}}
669
\code{u'a'}. This is the inverse of \function{ord()} for Unicode
670
strings. The argument must be in the range [0..65535], inclusive.
671
\exception{ValueError} is raised otherwise.
672
+\versionadded{1.6}
673
\end{funcdesc}
674
675
\begin{funcdesc}{unicode}{string\optional{, encoding='utf-8'\optional{, errors='strict'}}}
676
Decodes \var{string} using the codec for \var{encoding}. Error
677
handling is done according to \var{errors}. The default behavior is
678
to decode UTF-8 in strict mode, meaning that encoding errors raise
679
\exception{ValueError}.
680
681
682
683
\begin{funcdesc}{vars}{\optional{object}}
0 commit comments