From 674b099eaa6bb1f5c5dfc88dea01e0e592976601 Mon Sep 17 00:00:00 2001 From: Martin Panter Date: Sat, 14 Jan 2017 08:33:10 +0000 Subject: =?UTF-8?q?More=20instances=20of=20=E2=80=9Cwhen=20pass=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 1cf828d..0463447 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -610,9 +610,9 @@ Library - Issue #28227: gzip now supports pathlib. Patch by Ethan Furman. - Issue #27358: Optimized merging var-keyword arguments and improved error - message when pass a non-mapping as a var-keyword argument. + message when passing a non-mapping as a var-keyword argument. -- Issue #28257: Improved error message when pass a non-iterable as +- Issue #28257: Improved error message when passing a non-iterable as a var-positional argument. Added opcode BUILD_TUPLE_UNPACK_WITH_CALL. - Issue #28322: Fixed possible crashes when unpickle itertools objects from -- cgit v0.12