summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-14 08:33:10 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-14 08:33:10 (GMT)
commit674b099eaa6bb1f5c5dfc88dea01e0e592976601 (patch)
treebd98e5700367968e8cfece5e142adcabae4a1a80 /Misc/NEWS
parent4659ddc433205a4e02e365b9b299221d7ac12113 (diff)
downloadcpython-674b099eaa6bb1f5c5dfc88dea01e0e592976601.zip
cpython-674b099eaa6bb1f5c5dfc88dea01e0e592976601.tar.gz
cpython-674b099eaa6bb1f5c5dfc88dea01e0e592976601.tar.bz2
More instances of “when pass”
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files 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