This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ncoghlan
Recipients CAM-Gerlach, docs@python, ncoghlan
Date 2019-03-30.12:23:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1553948590.08.0.960098405907.issue30661@roundup.psfhosted.org>
In-reply-to
Content
Aye, I agree that changing the default resolves the feature request here. I've recategorised this as a documentation issue, as the initial PR only changed the `tarfile` documentation, so the impact on `shutil` isn't obvious.

So the changes needed will be:

* add a "What's New" entry for shutil, noting that shtuil.make_archive inherited the change in default archive format from tarfile
* corresponding "version changed" note in the shutil.make_archive documentation


An addition to the "Porting" section in What's New may also be needed, depending on how tarfile.Tarfile behaves if you tell it to open a PAX_FORMAT archive using GNU_FORMAT or vice-versa (tarfile.open and shutil.unpack_archive will be fine, since they query the file's own metadata to find out which format to use)
History
Date User Action Args
2019-03-30 12:23:10ncoghlansetrecipients: + ncoghlan, docs@python, CAM-Gerlach
2019-03-30 12:23:10ncoghlansetmessageid: <1553948590.08.0.960098405907.issue30661@roundup.psfhosted.org>
2019-03-30 12:23:10ncoghlanlinkissue30661 messages
2019-03-30 12:23:09ncoghlancreate