chiark / gitweb /
*.py: Use `str.replace' rather than `str.translate'.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 19 Oct 2019 16:10:41 +0000 (17:10 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 19 Oct 2019 16:14:50 +0000 (17:14 +0100)
commit2b1672ca4d5d93f1cbad3acbd728d3fa32986cdb
tree111e9badcf1404c4bf1e920de2c0606fab9703a0
parenta1e3dbc594b83e7e391c4b9453956c7cdf37915e
*.py: Use `str.replace' rather than `str.translate'.

It seems that the `None' argument to `str.translate' was a brief
experiment added in 2.6 which didn't survive into 3.0.
algorithms.py
catacomb/__init__.py
catacomb/pwsafe.py