From: Berker Peksag Date: Sun, 2 Oct 2016 10:49:05 +0000 (+0300) Subject: Issue #28227: Merge from 3.6 X-Git-Tag: v3.7.0a1~2321 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c8ce8434e08e95b94ba9a11518b0e5388d0accd5;p=python Issue #28227: Merge from 3.6 --- c8ce8434e08e95b94ba9a11518b0e5388d0accd5 diff --cc Misc/NEWS index 7d13a33a9c,abf9c93dfb..03036a8e28 --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -54,9 -46,8 +54,11 @@@ Core and Builtin Library ------- + - Issue #28227: gzip now supports pathlib. Patch by Ethan Furman. + +- Issue #28332: Deprecated silent truncations in socket.htons and socket.ntohs. + Original patch by Oren Milman. + - Issue #27358: Optimized merging var-keyword arguments and improved error message when pass a non-mapping as a var-keyword argument.