*.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>
Sun, 17 Nov 2019 01:41:01 +0000 (01:41 +0000)
commit3e80d3274c1a4c54beb9033cccfa2d5c100d4a2a
tree81bcebded0d78dc3bfe190fb1837d875ae5e5b87
parent8fa9935b741f2c41c0e58be30d5c22d3d0eff7f7
*.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