mirror of https://github.com/python/cpython
Browse Source
Issue #26464: Fix str.translate() when string is ASCII and first replacements removes character, but next replacement uses a non-ASCII character or a string longer than 1 character. Regression introduced in Python 3.5.0.pull/9921/head
3 changed files with 12 additions and 3 deletions
Loading…
Reference in new issue