[Python-Dev] RFC: PEP 460: Add bytes % args and bytes.format(args) to Python 3.5

Antoine Pitrou solipsis at pitrou.net
Wed Jan 8 20:08:25 CET 2014


On Wed, 8 Jan 2014 11:59:51 -0700
Eric Snow <ericsnowcurrently at gmail.com> wrote:
> As others have opined,
> formatting a bytes object is out of place.

However, interpolating a bytes object isn't out of place, and it is
what a minimal "formatting" primitive could do.

Regards

Antoine.




More information about the Python-Dev mailing list