summaryrefslogtreecommitdiffstats
path: root/Doc/library/tarfile.rst
diff options
context:
space:
mode:
authorLars Gustäbel <lars@gustaebel.de>2008-08-02 11:43:24 (GMT)
committerLars Gustäbel <lars@gustaebel.de>2008-08-02 11:43:24 (GMT)
commit0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722 (patch)
tree0fec88f59b91ca53438b3bca69c7bebb35593b60 /Doc/library/tarfile.rst
parent8e746e3e2d32cfebabda1ad3ccdf069d7a471df9 (diff)
downloadcpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.zip
cpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.tar.gz
cpython-0c24e8b8ca92ca9af0ce88dc2eddb2ef12999722.tar.bz2
Remove the TarFileCompat class from tarfile.py.
Diffstat (limited to 'Doc/library/tarfile.rst')
-rw-r--r--Doc/library/tarfile.rst16
1 files changed, 1 insertions, 15 deletions
diff --git a/Doc/library/tarfile.rst b/Doc/library/tarfile.rst
index bc5ce62..b7ca062 100644
--- a/Doc/library/tarfile.rst
+++ b/Doc/library/tarfile.rst
@@ -119,21 +119,7 @@ Some facts and figures:
module can read.
-.. class:: TarFileCompat(filename, mode='r', compression=TAR_PLAIN)
-
- Class for limited access to tar archives with a :mod:`zipfile`\ -like interface.
- Please consult the documentation of the :mod:`zipfile` module for more details.
- *compression* must be one of the following constants:
-
-
- .. data:: TAR_PLAIN
-
- Constant for an uncompressed tar archive.
-
-
- .. data:: TAR_GZIPPED
-
- Constant for a :mod:`gzip` compressed tar archive.
+The :mod:`tarfile` module defines the following exceptions:
.. exception:: TarError