chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from:
2b1672c
)
*.py: Use `str.replace' rather than `str.translate'.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Oct 2019 16:10:41 +0000
(17:10 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 19 Oct 2019 16:14:50 +0000
(17:14 +0100)
It seems that the `None' argument to `str.translate' was a brief
experiment added in 2.6 which didn't survive into 3.0.
No differences found