New issue 2379: PyPy 3.5: Implement PEP 461 https://bitbucket.org/pypy/pypy/issues/2379/pypy-35-implement-pep-461
Daniil Yarancev: PEP 461 adds support for the % interpolation operator to bytes and bytearray. ``` #!python b'Hello %b!' % b'World' ``` _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
