summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-12-28 07:54:22 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-12-28 07:54:22 (GMT)
commitc9ad8b7a2384f063dc0a99c652dccd9e7616e14e (patch)
treef9644fc5b99777b4667fe4dc035514d0ea9cedcd /Misc
parentaf9181a4f2498a0a722fcd9044b66106640cf4df (diff)
downloadcpython-c9ad8b7a2384f063dc0a99c652dccd9e7616e14e.zip
cpython-c9ad8b7a2384f063dc0a99c652dccd9e7616e14e.tar.gz
cpython-c9ad8b7a2384f063dc0a99c652dccd9e7616e14e.tar.bz2
Issue #29073: bytearray formatting no longer truncates on first null byte.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d11136d..82f147d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@ Release date: TBA
Core and Builtins
-----------------
+- Issue #29073: bytearray formatting no longer truncates on first null byte.
+
- Issue #28932: Do not include <sys/random.h> if it does not exist.
- Issue #28147: Fix a memory leak in split-table dictionaries: setattr()