]> granicus.if.org Git - python/commit
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage
authorMartin Panter <vadmium+py@gmail.com>
Fri, 19 Feb 2016 23:34:56 +0000 (23:34 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Fri, 19 Feb 2016 23:34:56 +0000 (23:34 +0000)
commitf817a48d170e2dfb7c7154f12308e291457a2f8a
tree6db586a036ae16c3e4f6608148683027e0d8c442
parent92849d1721afce2f05ac1838a676f36c12d8e442
Issues #22468, #21996, #22208: Clarify gettarinfo() and TarInfo usage

* The Windows-specific binary notice was probably a Python 2 thing
* Make it more obvious gettarinfo() is based on stat(), and that non-ordinary
  files may need special care
* The file name must be text; suggest dummy arcname as a workaround
* Indicate TarInfo may be used directly, not just via gettarinfo()
Doc/library/tarfile.rst
Lib/tarfile.py