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 vstinner
Recipients lars.gustaebel, loewis, vstinner
Date 2010-05-05.22:15:22
SpamBayes Score 0.0001859272
Marked as misclassified No
Message-id <1273097723.44.0.255170626381.issue8390@psf.upfronthosting.co.za>
In-reply-to
Content
Thank you for your review. I commited the patch as r80824 (I fixed the documentation, :versionadded => :versionchanged), blocked as r80825 (3.2).

--

> Unfortunately, POSIX says nothing about how to store bad filenames in
> a pax archive. tarfile raises an error. GNU tar fails silently,
> it just puts the unchanged original filename into the pax header
> without converting it to utf-8, thus violating the standard.

Right. I opened a new issue about that: #8333. I consider that it's a different problem.
History
Date User Action Args
2010-05-05 22:15:23vstinnersetrecipients: + vstinner, loewis, lars.gustaebel
2010-05-05 22:15:23vstinnersetmessageid: <1273097723.44.0.255170626381.issue8390@psf.upfronthosting.co.za>
2010-05-05 22:15:22vstinnerlinkissue8390 messages
2010-05-05 22:15:22vstinnercreate