summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r--Doc/library/tarfile.rst12
1 files changed, 0 insertions, 12 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index b7ca062..8ec7d86 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -393,18 +393,6 @@ object, see :ref:`tarinfo-objects` for details.
appended to the archive.
-.. attribute:: TarFile.posix
-
- Setting this to :const:`True` is equivalent to setting the :attr:`format`
- attribute to :const:`USTAR_FORMAT`, :const:`False` is equivalent to
- :const:`GNU_FORMAT`.
-
- *posix* defaults to :const:`False`.
-
- .. deprecated:: 2.6
- Use the :attr:`format` attribute instead.
-
-
.. attribute:: TarFile.pax_headers
A dictionary containing key-value pairs of pax global headers.