Terry J. Reedy added the comment:

Here is a proof of concept Python function, with a minimal test. It is similar 
to how str.format could be coded in Python, with re.split and ''.join, except 
that it does not allow anything before : in the format specification. By 
default (no format spec given), it copies bytes objects without change. If a 
format specification *is* given, it does not restrict the object, as this code 
simply uses builtin format sandwiched between decode and encode.

----------
Added file: http://bugs.python.org/file32009/byte_format.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue3982>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to