]> granicus.if.org Git - python/commit
Added 3rd optional argument to translate(), a string of characters to delete.
authorGuido van Rossum <guido@python.org>
Tue, 23 Jul 1996 18:12:39 +0000 (18:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 23 Jul 1996 18:12:39 +0000 (18:12 +0000)
commited7253ca507ab2755400b3aab612e18efc7249e2
tree84062f003f28bfffd4d54c8acb716191ffb8bcc2
parent4dd0bf92e613433cdd7806d46002a9bfe5e53fda
Added 3rd optional argument to translate(), a string of characters to delete.
Added maketrans(), a utility to create a translation table.
Lib/string.py
Lib/stringold.py
Modules/stropmodule.c