]> granicus.if.org Git - python/commit
string.maketrans() now produces translation tables for bytes.translate() -- wrong...
authorGeorg Brandl <georg@python.org>
Fri, 31 Aug 2007 10:37:15 +0000 (10:37 +0000)
committerGeorg Brandl <georg@python.org>
Fri, 31 Aug 2007 10:37:15 +0000 (10:37 +0000)
commit7f13e6b3e2546a7d6402f969113d928cc1d58dfc
tree1b6b41e5a53beb659964a72d8f064c9ecdb0d5ed
parent226878cba507cff4b6ce094063682d0b0b53cbb9
string.maketrans() now produces translation tables for bytes.translate() -- wrong module?
Fix all remaining instances that did bad things with the new str.translate().
Doc/library/stdtypes.rst
Doc/library/string.rst
Lib/distutils/command/install.py
Lib/distutils/fancy_getopt.py
Lib/string.py
Lib/test/test_bigmem.py
Lib/test/test_string.py
Lib/textwrap.py
Lib/urllib.py