[issue3982] support .format for bytes

Nick Coghlan report at bugs.python.org
Sat Jul 26 09:00:02 CEST 2014


Nick Coghlan added the comment:

Right, bytes.format was considered as part of the PEP 461 discussions, and rejected as an operation that only made sense in the text domain: http://www.python.org/dev/peps/pep-0461/#proposed-variations

With PEP 461 accepted, and PEP 460 withdrawn, that means we won't be adding bytes.format and bytearray.format.

Issue 20284 covers the implementation of PEP 461.

----------
resolution:  -> wont fix
stage:  -> resolved
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3982>
_______________________________________


More information about the Python-bugs-list mailing list