From: Mark Wooding Date: Sat, 19 Oct 2019 16:10:41 +0000 (+0100) Subject: *.py: Use `str.replace' rather than `str.translate'. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/commitdiff_plain/2b1672ca4d5d93f1cbad3acbd728d3fa32986cdb?hp=2b1672ca4d5d93f1cbad3acbd728d3fa32986cdb *.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. ---