Both of these traffic in unicodes for filenames on Python 3, and
inspection of the tarfile module shows that it uses the filesystem
encoding, so fsdecode is the right choice.
Details
Details
- Reviewers
- pulkit - indygreg 
- Group Reviewers
- hg-reviewers 
- Commits
- rHGbfe23afea361: archival: fsdecode paths before passing to tar or zip objects
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
- Automatic diff as part of commit; lint not applicable. 
- Unit
- Automatic diff as part of commit; unit tests not applicable.