Per PEP-461 `'%b'` is a valid percent-format specifier for `bytes`: ```python b'%b' % b'foo' b'%s' % b'foo' ```