commit | e49a95fe056af414ffd2cd9ec87398a6b076ae1c | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 05 15:35:01 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Sat Apr 05 15:35:01 2014 +0200 |
tree | 4b3037d3b0a0ab2cef62ff649844fc51d836436b | |
parent | 872b291b9605f0f5a072137182034959416e36bd [diff] |
Issue #21118: str.translate() now raises a ValueError, not a TypeError, if the replacement character is bigger than U+10ffff code point.