summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2017-01-14 09:56:00 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2017-01-14 09:56:00 (GMT)
commit446a498a63f95c7a50781de0b1dc13cdb096d655 (patch)
tree187ee53a476ecc8038be1758360ff9d779a7e9fd /Misc
parent94b39ceb736997eb924dc509ea0ef55f4a19c706 (diff)
parent674b099eaa6bb1f5c5dfc88dea01e0e592976601 (diff)
downloadcpython-446a498a63f95c7a50781de0b1dc13cdb096d655.zip
cpython-446a498a63f95c7a50781de0b1dc13cdb096d655.tar.gz
cpython-446a498a63f95c7a50781de0b1dc13cdb096d655.tar.bz2
Merge doc fixes from 3.6
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS6
1 files changed, 3 insertions, 3 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 10f93ba..5aaec70 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -795,7 +795,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 #28779: multiprocessing.set_forkserver_preload() would crash the
@@ -1289,9 +1289,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