]> granicus.if.org Git - python/commit
Marc-Andre Lemburg:
authorGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:38:23 +0000 (15:38 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 11 Apr 2000 15:38:23 +0000 (15:38 +0000)
commit3afba7644b481eb7ef6baf02fad42a185b0f008e
treef4600b1b06af4dba4433d5e05c77babd5aa9f6c8
parenta3277139f145eed85d688486f38f128782ddec8e
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.
Python/bltinmodule.c