summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-17 19:48:03 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-17 19:48:03 (GMT)
commitb1a1619bf042cd9d51d83c5120cec51a6f27e906 (patch)
treee261941e21ecc0f46240f424d26487c2a3461887 /Misc/NEWS
parentaf56e0e70f043ad2615eff403f46d7bc6c411aae (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 073a9f7..6a29ec8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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().