]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cosmetic changes to MvL's change to unichr():
authorGuido van Rossum <guido@python.org>
Tue, 26 Jun 2001 23:12:25 +0000 (23:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Jun 2001 23:12:25 +0000 (23:12 +0000)
commit236d8b79748fec890d57ad0dd99ea3f1c3ba57df
treeb3bc91c83678cfe36dd672d787dafd04c303f7d8
parent9b14ab367a2e6de589593be6b9bea6f688c17d60
Cosmetic changes to MvL's change to unichr():

- the correct range for the error message is range(0x110000);

- put the 4-byte Unicode-size code inside the same else branch as the
  2-byte code, rather generating unreachable code in the 2-byte case.

- Don't hide the 'else' behine the '}'.

(I would prefer that in 4-byte mode, any value should be accepted, but
reasonable people can argue about that, so I'll put that off.)
Python/bltinmodule.c