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, ned.deily, serhiy.storchaka
Date 2016-10-10.13:36:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1476106602.76.0.132149411918.issue28230@psf.upfronthosting.co.za>
In-reply-to
Content
There are two kinds of paths in tarinfo:

1) External paths that correspond to filesystem paths. The path of the tar file itself, patches of added files and target directory for extraction. Supporting path protocol looks reasonable for them.

1) Internal paths, they are just string keys inside an archive. They come from TarFile.getnames() and always are strings. I'm not sure that pathlib have relation to this. This issue needs more thoughts. I would not haste with this.
History
Date User Action Args
2016-10-10 13:36:42serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, ned.deily, ethan.furman, berker.peksag
2016-10-10 13:36:42serhiy.storchakasetmessageid: <1476106602.76.0.132149411918.issue28230@psf.upfronthosting.co.za>
2016-10-10 13:36:42serhiy.storchakalinkissue28230 messages
2016-10-10 13:36:42serhiy.storchakacreate