commit | 8ac004e69895e8fd525307fdc1e093f92b15ce09 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Sun Jul 15 13:00:05 2007 +0000 |
committer | Guido van Rossum <guido@python.org> | Sun Jul 15 13:00:05 2007 +0000 |
tree | 947227b6fa3f72f1b6591af1e14181ee30f1bc5d | |
parent | 49c12ac04e1bfb238454d9ca2cf3a5acd9991ef5 [diff] |
Make chr() and ord() return/accept surrogate pairs in narrow builds. The domain of chr() and the range of ord() are now always [0 ... 0x10FFFF].