@@ -23,25 +23,25 @@ option, for example::
23
23
24
24
to create a gzipped tarball and a zip file. The available formats are:
25
25
26
- +-----------+-------------------------+---------+
27
- | Format | Description | Notes |
28
- +===========+=========================+=========+
29
- | ``zip `` | zip file (:file: `.zip `) | (1),(3) |
30
- +-----------+-------------------------+---------+
31
- | ``gztar `` | gzip'ed tar file | \( 2) |
32
- | | (:file: `.tar.gz `) | |
33
- +-----------+-------------------------+---------+
34
- | ``bztar `` | bzip2'ed tar file | |
35
- | | (:file: `.tar.bz2 `) | |
36
- +-----------+-------------------------+---------+
37
- | ``xztar `` | xz'ed tar file | |
38
- | | (:file: `.tar.xz `) | |
39
- +-----------+-------------------------+---------+
40
- | ``ztar `` | compressed tar file | \ ( 4) |
41
- | | (:file: `.tar.Z `) | |
42
- +-----------+-------------------------+---------+
43
- | ``tar `` | tar file (:file: `.tar `) | |
44
- +-----------+-------------------------+---------+
26
+ +-----------+-------------------------+------------- +
27
+ | Format | Description | Notes |
28
+ +===========+=========================+============= +
29
+ | ``zip `` | zip file (:file: `.zip `) | (1),(3) |
30
+ +-----------+-------------------------+------------- +
31
+ | ``gztar `` | gzip'ed tar file | \( 2) |
32
+ | | (:file: `.tar.gz `) | |
33
+ +-----------+-------------------------+------------- +
34
+ | ``bztar `` | bzip2'ed tar file | \( 5) |
35
+ | | (:file: `.tar.bz2 `) | |
36
+ +-----------+-------------------------+------------- +
37
+ | ``xztar `` | xz'ed tar file | \( 5) |
38
+ | | (:file: `.tar.xz `) | |
39
+ +-----------+-------------------------+------------- +
40
+ | ``ztar `` | compressed tar file | (4),(5) |
41
+ | | (:file: `.tar.Z `) | |
42
+ +-----------+-------------------------+------------- +
43
+ | ``tar `` | tar file (:file: `.tar `) | \( 5) |
44
+ +-----------+-------------------------+------------- +
45
45
46
46
.. versionchanged :: 3.5
47
47
Added support for the ``xztar `` format.
61
61
(4)
62
62
requires the :program: `compress ` program. Notice that this format is now
63
63
pending for deprecation and will be removed in the future versions of Python.
64
+ (5)
65
+ deprecated by `PEP 527 <https://www.python.org/dev/peps/pep-0527/ >`_;
66
+ `PyPI <https://pypi.org >`_ only accepts ``.zip `` and ``.tar.gz `` files.
64
67
65
68
When using any ``tar `` format (``gztar ``, ``bztar ``, ``xztar ``, ``ztar `` or
66
69
``tar ``), under Unix you can specify the ``owner `` and ``group `` names
0 commit comments