]> granicus.if.org Git - python/commit
Change the unicode.translate docstring to document that
authorWalter Dörwald <walter@livinglogic.de>
Wed, 4 Sep 2002 20:31:32 +0000 (20:31 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 4 Sep 2002 20:31:32 +0000 (20:31 +0000)
commit5c1ee17742f21cd819519c4835eb6a958902cdb0
treec9a40ff854bb16a300f9790c3659584949ed4f29
parenta04c3d86ae4a31aa17ebca2ec12bbd1066771b88
Change the unicode.translate docstring to document that
Unicode strings (with arbitrary length) are allowed
as entries in the unicode.translate mapping.

Add a test case for multicharacter replacements.

(Multicharacter replacements were enabled by the
PEP 293 patch)
Lib/test/test_unicode.py
Objects/unicodeobject.c