]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
more unicode tweaks: make unichr(0xdddddddd) behave like u"\Udddddddd"
authorFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 20:01:56 +0000 (20:01 +0000)
committerFredrik Lundh <fredrik@pythonware.com>
Tue, 26 Jun 2001 20:01:56 +0000 (20:01 +0000)
commit0dcf67e56d891832b53a82ee0abb60dcc2e0148e
tree78a90c2aae2c000b09864df57efee18a3cc75632
parent5b979356044281e3524500a1a6eb8d1cbdf25362
more unicode tweaks: make unichr(0xdddddddd) behave like u"\Udddddddd"
wrt surrogates.  (this extends the valid range from 65535 to 1114111)
Python/bltinmodule.c