Commit c640b18d authored by Fred Drake's avatar Fred Drake

M.-A. Lemburg <mal@lemburg.com>:

Fixed docs according to the new behaviour (the Unicode
encoding is no longer fixed to UTF-8).
parent 785d14f9
...@@ -193,8 +193,8 @@ static char unicode_doc[] = ...@@ -193,8 +193,8 @@ static char unicode_doc[] =
"unicode(string [, encoding[, errors]]) -> object\n\ "unicode(string [, encoding[, errors]]) -> object\n\
\n\ \n\
Creates a new Unicode object from the given encoded string.\n\ Creates a new Unicode object from the given encoded string.\n\
encoding defaults to 'utf-8' and errors, defining the error handling,\n\ encoding defaults to the current default string encoding and \n\
to 'strict'."; errors, defining the error handling, to 'strict'.";
static PyObject * static PyObject *
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment