Files
RustPython/vm
Michel Heily 8e880b9bdd cformat: Fix a bug when formatting unicode strings
String::len() returns number of bytes and not number of chars, so it
doens't work as expected for unicode strings.

Also, added a test that would have triggered the bug.
2019-06-17 19:35:09 +03:00
..
2018-07-07 17:14:45 +02:00