We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d50ea17 commit 9de81b1Copy full SHA for 9de81b1
Doc/library/shutil.rst
@@ -703,7 +703,7 @@ provided. They rely on the :mod:`zipfile` and :mod:`tarfile` modules.
703
Never extract archives from untrusted sources without prior inspection.
704
It is possible that files are created outside of the path specified in
705
the *extract_dir* argument, e.g. members that have absolute filenames
706
- starting with "/" or filenames with two dots "..".
+ starting with "/" or filenames with relative path components "../".
707
708
.. versionchanged:: 3.7
709
Accepts a :term:`path-like object` for *filename* and *extract_dir*.
0 commit comments