]> granicus.if.org Git - python/commit
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 17 Dec 2016 19:48:03 +0000 (21:48 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 17 Dec 2016 19:48:03 +0000 (21:48 +0200)
commitb1a1619bf042cd9d51d83c5120cec51a6f27e906
treee261941e21ecc0f46240f424d26487c2a3461887
parentaf56e0e70f043ad2615eff403f46d7bc6c411aae
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
Lib/test/test_format.py
Misc/NEWS
Objects/bytesobject.c