summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-14 08:43:13 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-14 08:43:13 (GMT)
commit35e022b77cd3f1742d704bcc633c49bbc2f5b1c0 (patch)
tree71eca8f28fe7f698fae7bec934a78dce1da4169c
parent446a498a63f95c7a50781de0b1dc13cdb096d655 (diff)
downloadcpython-35e022b77cd3f1742d704bcc633c49bbc2f5b1c0.zip
cpython-35e022b77cd3f1742d704bcc633c49bbc2f5b1c0.tar.gz
cpython-35e022b77cd3f1742d704bcc633c49bbc2f5b1c0.tar.bz2
Repeat “when pass” fixes for 3.7 section
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 5aaec70..9ab7398 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -270,7 +270,7 @@ Library
WeakValueDictionary.pop() when a GC collection happens in another
thread.
-- Issue #20191: Fixed a crash in resource.prlimit() when pass a sequence that
+- Issue #20191: Fixed a crash in resource.prlimit() when passing a sequence that
doesn't own its elements as limits.
- Issue #16255: subprocess.Popen uses /system/bin/sh on Android as the shell,
@@ -444,9 +444,9 @@ Library
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.
+ 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