commit | 3afba7644b481eb7ef6baf02fad42a185b0f008e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Apr 11 15:38:23 2000 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Apr 11 15:38:23 2000 +0000 |
tree | f4600b1b06af4dba4433d5e05c77babd5aa9f6c8 | |
parent | a3277139f145eed85d688486f38f128782ddec8e [diff] |
Marc-Andre Lemburg: Added special case to unicode(): when being passed a Unicode object as first argument, return the object as-is. Raises an exception when given a Unicode object *and* an encoding name.