PEP 460: 8-bit string => bytes string
This commit is contained in:
parent
19f33e611b
commit
5e32c6c6cf
|
@ -29,7 +29,7 @@ Rationale
|
|||
=========
|
||||
|
||||
In Python 2, ``str % args`` and ``str.format(args)`` allow the formatting
|
||||
and interpolation of 8-bit strings. This feature has commonly been used
|
||||
and interpolation of bytes strings. This feature has commonly been used
|
||||
for the assembling of protocol messages when protocols are known to use
|
||||
a fixed encoding.
|
||||
|
||||
|
|
Loading…
Reference in New Issue