diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 07:54:22 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-12-28 07:54:22 (GMT) |
commit | c9ad8b7a2384f063dc0a99c652dccd9e7616e14e (patch) | |
tree | f9644fc5b99777b4667fe4dc035514d0ea9cedcd /Misc | |
parent | af9181a4f2498a0a722fcd9044b66106640cf4df (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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() |