Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
5a15534f
Commit
5a15534f
authored
Nov 13, 2016
by
Martin Panter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #28678: Fix references to numeric_owner parameter
parent
d55a0e22
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Doc/library/tarfile.rst
Doc/library/tarfile.rst
+2
-2
Doc/whatsnew/3.5.rst
Doc/whatsnew/3.5.rst
+1
-1
No files found.
Doc/library/tarfile.rst
View file @
5a15534f
...
...
@@ -388,7 +388,7 @@ be finalized; only the internally used file object will be closed. See the
dots ``".."``.
.. versionchanged:: 3.5
Added the *numeric_o
nly
* parameter.
Added the *numeric_o
wner
* parameter.
.. method:: TarFile.extract(member, path="", set_attrs=True, *, numeric_owner=False)
...
...
@@ -416,7 +416,7 @@ be finalized; only the internally used file object will be closed. See the
Added the *set_attrs* parameter.
.. versionchanged:: 3.5
Added the *numeric_o
nly
* parameter.
Added the *numeric_o
wner
* parameter.
.. method:: TarFile.extractfile(member)
...
...
Doc/whatsnew/3.5.rst
View file @
5a15534f
...
...
@@ -1891,7 +1891,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_o
nly
*. If set to ``True``, the extracted files and
argument *numeric_o
wner
*. 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.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment