From: Berker Peksag Date: Sun, 2 Oct 2016 17:07:38 +0000 (+0300) Subject: Issue #28225: Merge from 3.6 X-Git-Tag: v3.7.0a1~2320 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f63f12b4797308e0de77bed376339c37b3d752ba;p=thirdparty%2FPython%2Fcpython.git Issue #28225: Merge from 3.6 --- f63f12b4797308e0de77bed376339c37b3d752ba diff --cc Misc/NEWS index 03036a8e28c8,bc4aa8c28196..059e2c9b485a --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -54,11 -46,10 +54,13 @@@ Core and Builtin Library ------- + - Issue #28225: bz2 module now supports pathlib. Initial patch by Ethan Furman. + - 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.