summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.5.rst
diff options
context:
space:
mode:
authorMartin Panter <vadmium+py@gmail.com>2016-11-13 23:36:07 (GMT)
committerMartin Panter <vadmium+py@gmail.com>2016-11-13 23:36:07 (GMT)
commitf8c25e3424818b12f8029a8122672037098ee8a4 (patch)
tree7185c73e348957edd38e0af1abe1e202a1bc06eb /Doc/whatsnew/3.5.rst
parent95aa56a6fb870397e2fc31b40154f32688ab33e4 (diff)
parentefbf20f3a3301056f81eaa4e9da0d90f2b24e296 (diff)
downloadcpython-f8c25e3424818b12f8029a8122672037098ee8a4.zip
cpython-f8c25e3424818b12f8029a8122672037098ee8a4.tar.gz
cpython-f8c25e3424818b12f8029a8122672037098ee8a4.tar.bz2
Issue #28678: Merge parameter name from 3.5 into 3.6
Diffstat (limited to 'Doc/whatsnew/3.5.rst')
-rw-r--r--Doc/whatsnew/3.5.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.5.rst b/Doc/whatsnew/3.5.rst
index 246d9c5..9b221d5 100644
--- a/Doc/whatsnew/3.5.rst
+++ b/Doc/whatsnew/3.5.rst
@@ -1892,7 +1892,7 @@ to request exclusive creation. (Contributed by Berker Peksag in :issue:`21717`.
The :meth:`TarFile.extractall() <tarfile.TarFile.extractall>` and
:meth:`TarFile.extract() <tarfile.TarFile.extract>` methods now take a keyword
-argument *numeric_only*. If set to ``True``, the extracted files and
+argument *numeric_owner*. If set to ``True``, the extracted files and
directories will be owned by the numeric ``uid`` and ``gid`` from the tarfile.
If set to ``False`` (the default, and the behavior in versions prior to 3.5),
they will be owned by the named user and group in the tarfile.