]> granicus.if.org Git - python/commit
Document bytes.translate().
authorGeorg Brandl <georg@python.org>
Sat, 27 Dec 2008 23:33:20 +0000 (23:33 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 27 Dec 2008 23:33:20 +0000 (23:33 +0000)
commit454636f02701e2d6785e056a9e4f3dd003ee0523
tree57823043d9712a6384f7b1999419c6d097d55c27
parent09923f3b453028ac6eecbdf3f429663662f51792
Document bytes.translate().

BTW, having str.maketrans() as a static method and
string.maketrans() as a function that creates translation tables for bytes objects is not very consistent :)
Doc/library/stdtypes.rst