• Victor Stinner's avatar
    Fix str.translate() · 6c9aa8f2
    Victor Stinner authored
    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.
    6c9aa8f2
NEWS 308 KB