diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-21 17:51:17 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2015-02-21 17:51:17 (GMT) |
commit | b8285d96f40a635157b0394f7cf9e69d0e6492cf (patch) | |
tree | 488dc04feb71eb05a252e37b48eabc8d9bf4e673 /Misc | |
parent | 4809d1fccd81bd3e1e4b08152545cfd88b69231c (diff) | |
download | cpython-b8285d96f40a635157b0394f7cf9e69d0e6492cf.zip cpython-b8285d96f40a635157b0394f7cf9e69d0e6492cf.tar.gz cpython-b8285d96f40a635157b0394f7cf9e69d0e6492cf.tar.bz2 |
Issue #22113: struct.pack_into() now supports new buffer protocol (in
particular accepts writable memoryview).
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,9 @@ Core and Builtins Library ------- +- Issue #22113: struct.pack_into() now supports new buffer protocol (in + particular accepts writable memoryview). + - Issues #814253, #9179: Warnings now are raised when group references and conditional group references are used in lookbehind assertions in regular expressions. |