mirror of https://github.com/python/cpython
merge
This commit is contained in:
commit
14d062f2f5
|
@ -509,7 +509,7 @@ A ``TarInfo`` object has the following public data attributes:
|
||||||
:const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
|
:const:`AREGTYPE`, :const:`LNKTYPE`, :const:`SYMTYPE`, :const:`DIRTYPE`,
|
||||||
:const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
|
:const:`FIFOTYPE`, :const:`CONTTYPE`, :const:`CHRTYPE`, :const:`BLKTYPE`,
|
||||||
:const:`GNUTYPE_SPARSE`. To determine the type of a :class:`TarInfo` object
|
:const:`GNUTYPE_SPARSE`. To determine the type of a :class:`TarInfo` object
|
||||||
more conveniently, use the ``is_*()`` methods below.
|
more conveniently, use the ``is*()`` methods below.
|
||||||
|
|
||||||
|
|
||||||
.. attribute:: TarInfo.linkname
|
.. attribute:: TarInfo.linkname
|
||||||
|
|
Loading…
Reference in New Issue