diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-26 22:20:04 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2013-04-26 22:20:04 (GMT) |
commit | 9f146819598013046dfb4d24ef4f2a748e6c5930 (patch) | |
tree | 468d30a5220017c04229325c3ce3d29677db71b6 /Misc/NEWS | |
parent | 3da670749a25a9ea068c427f6b03812b92e75d13 (diff) | |
download | cpython-9f146819598013046dfb4d24ef4f2a748e6c5930.zip cpython-9f146819598013046dfb4d24ef4f2a748e6c5930.tar.gz cpython-9f146819598013046dfb4d24ef4f2a748e6c5930.tar.bz2 |
Issue #17804: New function ``struct.iter_unpack`` allows for streaming struct unpacking.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -49,6 +49,9 @@ Core and Builtins Library ------- +- Issue #17804: New function ``struct.iter_unpack`` allows for streaming + struct unpacking. + - Issue #17830: When keyword.py is used to update a keyword file, it now preserves the line endings of the original file. |