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 serhiy.storchaka
Recipients berker.peksag, brett.cannon, ethan.furman, lars.gustaebel, ned.deily, serhiy.storchaka
Date 2016-10-10.21:06:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476133580.1.0.170559156176.issue28230@psf.upfronthosting.co.za>
In-reply-to
Content
It seems to me that tarfile already supports path protocol for all external patches and no changes for tarfile are needed.

Proposed patch adds tests for (already implemented) support of pathlike protocol in tarfile.
History
Date User Action Args
2016-10-10 21:06:20serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, lars.gustaebel, ned.deily, ethan.furman, berker.peksag
2016-10-10 21:06:20serhiy.storchakasetmessageid: <1476133580.1.0.170559156176.issue28230@psf.upfronthosting.co.za>
2016-10-10 21:06:20serhiy.storchakalinkissue28230 messages
2016-10-10 21:06:20serhiy.storchakacreate