]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Compare and hash unicode objects like their UTF-8 representations.
authorGuido van Rossum <guido@python.org>
Fri, 4 May 2007 04:17:33 +0000 (04:17 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 4 May 2007 04:17:33 +0000 (04:17 +0000)
commit09dc34fc9c51f37f94cd9030ab8760677b360396
tree264fb2452e8f27b0852350b363916ff7be5770c5
parentf15a29f975bbdef6de0aa19a19b176d1baf8f5ab
Compare and hash unicode objects like their UTF-8 representations.
Accept Unicode characters < 256 for 'c' format.
Objects/unicodeobject.c
Python/getargs.c