[Python-checkins] cpython (3.6): More instances of “when pass”

martin.panter python-checkins at python.org
Sat Jan 14 05:17:18 EST 2017


https://hg.python.org/cpython/rev/1068b34e5ea5
changeset:   106152:1068b34e5ea5
branch:      3.6
user:        Martin Panter <vadmium+py at gmail.com>
date:        Sat Jan 14 08:33:10 2017 +0000
summary:
  More instances of “when pass”

files:
  Misc/NEWS |  6 +++---
  1 files changed, 3 insertions(+), 3 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -610,9 +610,9 @@
 - 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.
-
-- Issue #28257: Improved error message when pass a non-iterable as
+  message when passing a non-mapping as a var-keyword argument.
+
+- 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

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list