Skip to content
GitLab
Explore
Sign in
TASTE
uPython-mirror
Repository
uPython-mirror
py
obj.h
Find file
Blame
History
Permalink
py/objstr: Make sure that b"%s" % b"foo" uses undecorated bytes value.
· ef63ab57
Paul Sokolovsky
authored
Dec 20, 2015
I.e. the expected result for above is b"foo", whereas previously we got b"b'foo'".
ef63ab57