]> granicus.if.org Git - python/commit
Issue #22113: struct.pack_into() now supports new buffer protocol (in
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 17:51:17 +0000 (19:51 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Feb 2015 17:51:17 +0000 (19:51 +0200)
commitb8285d96f40a635157b0394f7cf9e69d0e6492cf
tree488dc04feb71eb05a252e37b48eabc8d9bf4e673
parent4809d1fccd81bd3e1e4b08152545cfd88b69231c
Issue #22113: struct.pack_into() now supports new buffer protocol (in
particular accepts writable memoryview).
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c