diff options
author | Marc-André Lemburg <mal@egenix.com> | 2001-01-19 21:36:19 (GMT) |
---|---|---|
committer | Marc-André Lemburg <mal@egenix.com> | 2001-01-19 21:36:19 (GMT) |
commit | 6f77667a64e258c324013e35eb4f0e5e99469f7b (patch) | |
tree | daa9a0fc447b9947ede8197d472e067b6dd35e66 /Doc/lib | |
parent | a8e14d4d0351264d73d475a6e93e242587c016da (diff) | |
download | cpython-6f77667a64e258c324013e35eb4f0e5e99469f7b.zip cpython-6f77667a64e258c324013e35eb4f0e5e99469f7b.tar.gz cpython-6f77667a64e258c324013e35eb4f0e5e99469f7b.tar.bz2 |
Backed out the unistr() builtin.
Diffstat (limited to 'Doc/lib')
-rw-r--r-- | Doc/lib/libfuncs.tex | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Doc/lib/libfuncs.tex b/Doc/lib/libfuncs.tex index 693fe60..7c65bec 100644 --- a/Doc/lib/libfuncs.tex +++ b/Doc/lib/libfuncs.tex @@ -693,13 +693,6 @@ to decode UTF-8 in strict mode, meaning that encoding errors raise \versionadded{2.0} \end{funcdesc} -\begin{funcdesc}{unistr}{object} -Return a Unicode string containing a nicely printable representation -of an object. For Unicode, this returns the Unicode string itself. -For all other objects, it tries to convert \code{str(\var{object})} to -Unicode. -\end{funcdesc} - \begin{funcdesc}{vars}{\optional{object}} Without arguments, return a dictionary corresponding to the current local symbol table. With a module, class or class instance object as |