]> granicus.if.org Git - python/commit
Issue #3163: The struct module gets new format characters 'n' and 'N'
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Oct 2011 13:27:40 +0000 (15:27 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 6 Oct 2011 13:27:40 +0000 (15:27 +0200)
commit45d9c91d4b0d61faaa85ea834e59c86815c00709
tree0872dc07e701e1fb4c64d8b66545762f789e3acf
parent15a66cf1348cfd9471bb3080799f203f8ddddf96
Issue #3163: The struct module gets new format characters 'n' and 'N'
supporting C integer types `ssize_t` and `size_t`, respectively.
Doc/library/struct.rst
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c