]> granicus.if.org Git - python/commit
Marc-Andre Lemburg: added new builtin functions unicode() and
authorGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:00:52 +0000 (23:00 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 10 Mar 2000 23:00:52 +0000 (23:00 +0000)
commit09095f3f61b5672a529a9c5d7e17bf3e307a0364
tree78d86f017681df87f79ff70641e8ec49a9f6a08b
parentfeee4b994fa4e1ee3d86670f488d75ee94440da0
Marc-Andre Lemburg: added new builtin functions unicode() and
unichr(); changed ord() to support Unicode strings; added new
exception UnicodeError; fixed a typo in doc string for buffer().
Python/bltinmodule.c