]> granicus.if.org Git - python/commit
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 26 Apr 2013 22:20:04 +0000 (00:20 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 26 Apr 2013 22:20:04 +0000 (00:20 +0200)
commit9f146819598013046dfb4d24ef4f2a748e6c5930
tree468d30a5220017c04229325c3ce3d29677db71b6
parent3da670749a25a9ea068c427f6b03812b92e75d13
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
Doc/library/struct.rst
Lib/struct.py
Lib/test/test_struct.py
Misc/NEWS
Modules/_struct.c