From: Fred Drake Date: Tue, 9 May 2000 19:55:16 +0000 (+0000) Subject: M.-A. Lemburg : X-Git-Tag: v2.0b1~1784 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c640b18d96b995c0bf61527317f7982b04bac21a;p=python M.-A. Lemburg : Fixed docs according to the new behaviour (the Unicode encoding is no longer fixed to UTF-8). --- diff --git a/Python/bltinmodule.c b/Python/bltinmodule.c index 1df95d7a95..b6c532353c 100644 --- a/Python/bltinmodule.c +++ b/Python/bltinmodule.c @@ -193,8 +193,8 @@ static char unicode_doc[] = "unicode(string [, encoding[, errors]]) -> object\n\ \n\ Creates a new Unicode object from the given encoded string.\n\ -encoding defaults to 'utf-8' and errors, defining the error handling,\n\ -to 'strict'."; +encoding defaults to the current default string encoding and \n\ +errors, defining the error handling, to 'strict'."; static PyObject *