]> granicus.if.org Git - python/commit
bpo-28856: Let %b format for bytes support objects that follow the buffer protocol...
authorXiang Zhang <angwerzx@126.com>
Tue, 14 Mar 2017 07:27:01 +0000 (15:27 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2017 07:27:01 +0000 (15:27 +0800)
commitfaa2cc63e45bc7d7ffab84bebe5a9f4fe065bd96
tree4f1e0ff182e1dae2da17be56c69e21f730863f52
parent388e2568fc919a177df2d2949b575c553aea84ac
bpo-28856: Let %b format for bytes support objects that follow the buffer protocol  (GH-664)
Lib/test/test_format.py
Misc/NEWS
Objects/bytesobject.c