]> granicus.if.org Git - python/commit
Patch #1071: Improve unicode.translate() so that you can pass unicode
authorGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 06:52:59 +0000 (06:52 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 23 Oct 2007 06:52:59 +0000 (06:52 +0000)
commit94c2c75b5eda49ccbb01778f9ab188fc1dbc1ca2
tree15b115f65cc65c6837e02f05957ccece3b51c47b
parent3b8cb17695209c48bfc618ba265d201e81d1603a
Patch #1071: Improve unicode.translate() so that you can pass unicode
characters as mapping keys and invalid mapping keys are recognized
and raise an error.
Doc/library/stdtypes.rst
Lib/test/test_unicode.py
Objects/unicodeobject.c