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 ebalsley
Recipients ebalsley
Date 2020-09-05.23:48:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1599349682.16.0.1036411059.issue41728@roundup.psfhosted.org>
In-reply-to
Content
When you add a TarInfo object created directly in memory, for example from a byte string, there is no debug logging available.  `tarfile.add()` logs the name of each file added when debug level is 1 or higher.  I think it would be a good idea to do the same for `tarfile.addfile()`, perhaps with a higher debug level.  It looks like debug=3 is currently unused, even though it's defined in the documentation.
History
Date User Action Args
2020-09-05 23:48:02ebalsleysetrecipients: + ebalsley
2020-09-05 23:48:02ebalsleysetmessageid: <1599349682.16.0.1036411059.issue41728@roundup.psfhosted.org>
2020-09-05 23:48:01ebalsleylinkissue41728 messages
2020-09-05 23:48:01ebalsleycreate