]> granicus.if.org Git - python/commit
#1496: revert str.translate() to the old version, and add
authorGeorg Brandl <georg@python.org>
Tue, 27 Nov 2007 23:48:05 +0000 (23:48 +0000)
committerGeorg Brandl <georg@python.org>
Tue, 27 Nov 2007 23:48:05 +0000 (23:48 +0000)
commitceee0773d262bfe876e40da927b03279ed9f8419
treee0a354553f537cab6479daa9845baabbb3bc4131
parent45f9af34b334b483678225a943578d2e1ea540b1
#1496: revert str.translate() to the old version, and add
str.maketrans() to make a table in a more comfortable way.
Doc/library/stdtypes.rst
Lib/test/test_unicode.py
Objects/unicodeobject.c