diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-17 19:48:03 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-17 19:48:03 (GMT) |
commit | b1a1619bf042cd9d51d83c5120cec51a6f27e906 (patch) | |
tree | e261941e21ecc0f46240f424d26487c2a3461887 /Misc/NEWS | |
parent | af56e0e70f043ad2615eff403f46d7bc6c411aae (diff) | |
download | cpython-b1a1619bf042cd9d51d83c5120cec51a6f27e906.zip cpython-b1a1619bf042cd9d51d83c5120cec51a6f27e906.tar.gz cpython-b1a1619bf042cd9d51d83c5120cec51a6f27e906.tar.bz2 |
Issue #29000: Fixed bytes formatting of octals with zero padding in alternate
form.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ Release date: TBA Core and Builtins ----------------- +- Issue #29000: Fixed bytes formatting of octals with zero padding in alternate + form. + - Issue #28512: Fixed setting the offset attribute of SyntaxError by PyErr_SyntaxLocationEx() and PyErr_SyntaxLocationObject(). |