Uoti Urpala <uoti.urp...@pp1.inet.fi> added the comment:

I've hit this limitation a couple more times, and none of the proposed 
workarounds are adequate. Working with protocols and file formats that use 
human-readable markup is significantly clumsier than it was with Python 2 
(using either the % operator, which also lost its support for byte strings in 
Python 3, or .format()).

This bug report was closed by its original creator, after early posts where IMO 
nobody made as good a case for the feature as they could have. Is it possible 
to reopen this bug or is it necessary to file a new one?

Is there any clear argument AGAINST having .format() for bytes, other than work 
needed to implement it? Some posts mention "mixing characters and bytes", but I 
see no reason why this would be much of a real practical concern if it's a 
method on bytes objects producing bytes output.

----------

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

Reply via email to