On 01/12/2014 01:59 PM, Mark Shannon wrote:

Why not just use six.byte_format(fmt, *args)?
It works on both Python2 and Python3 and accepts the numerical format 
specifiers, plus '%b' for inserting bytes and '%a'
for converting text to ascii.

Sounds like the second best option!


Admittedly it doesn't exist yet,
but it could and it would save a lot of arguing :)

:)

--
~Ethan~
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to