Files
RustPython/vm
Daniel Watkins 3e19da8331 cformat.rs: implement b'%a'/b'%r' correctly
Unlike strings, b'%a' and b'%r' are equivalent, and they match the '%a'
behaviour of strings, not '%r'.

Thanks to @youknowone for improving this implementation.
2021-11-01 21:34:51 -04:00
..
2021-04-11 17:38:44 -05:00
2021-10-21 11:46:24 -05:00
2018-07-07 17:14:45 +02:00
2021-10-01 01:54:04 +09:00
2021-10-26 23:10:10 +09:00