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 12f183a commit 2d67e8eCopy full SHA for 2d67e8e
Doc/library/tarfile.rst
@@ -42,7 +42,7 @@ Some facts and figures:
42
or to acknowledge that they are expected and the archive is fully trusted.
43
44
.. versionchanged:: 3.14
45
- The default extraction filter was 'fully trusted' but is now 'data' which
+ The default extraction filter was :func:`fully_trusted <fully_trusted_filter>` but is now :func:`data <data_filter>` which
46
which disallows dangerous features like links to absolute paths or paths
47
outside the destination.
48
0 commit comments