]> granicus.if.org Git - python/commit
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)
authorCAM Gerlach <CAM.Gerlach@Gerlach.CAM>
Sun, 7 Apr 2019 04:47:49 +0000 (23:47 -0500)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 7 Apr 2019 04:47:49 +0000 (14:47 +1000)
commit89a894403cfa880d7f9d1d67070f61456d14cbde
treeec5675bbc8f5b7b3eff5fbc0bc91e87660f0c483
parent2ea8099523581cf2ecc060831a53debb57ff98ee
bpo-30661: Improve docs for tarfile pax change and effect on shutil (GH-12635)

The shutil archive creation helpers use the default tarfile format,
so that API is also switching to use `pax` by default.
Doc/library/shutil.rst
Doc/library/tarfile.rst
Doc/whatsnew/3.8.rst