From: Serhiy Storchaka Date: Sun, 1 Jan 2017 23:43:02 +0000 (+0200) Subject: Issue #29094: Offsets in a ZIP file created with extern file object and modes X-Git-Tag: v3.7.0a1~1651 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=67e1aa0b58be7164415277d5929cd7fa8fc94001;p=python Issue #29094: Offsets in a ZIP file created with extern file object and modes "w" and "x" now are relative to the start of the file. --- 67e1aa0b58be7164415277d5929cd7fa8fc94001 diff --cc Misc/NEWS index 31fdde1d04,a8d4ee8d21..516c322958 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -208,6 -40,15 +208,9 @@@ Core and Builtin Library ------- + - Issue #29094: Offsets in a ZIP file created with extern file object and modes + "w" and "x" now are relative to the start of the file. + -- Issue #29085: Allow random.Random.seed() to use high quality OS randomness - rather than the pid and time. - -- Issue #29061: Fixed bug in secrets.randbelow() which would hang when given - a negative input. Patch by Brendan Donegan. - - Issue #29079: Prevent infinite loop in pathlib.resolve() on Windows - Issue #13051: Fixed recursion errors in large or resized