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 parthm, vstinner
Date 2010-04-14.09:54:30
SpamBayes Score 0.00014727503
Marked as misclassified No
Message-id <1271238872.34.0.94171474413.issue8396@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like tarfile doesn't support unicode filenames. You should try to encode your input filename to the file system default encoding (sys.getfilesystemencoding()), or avoid using unicode for tar filenames.
History
Date User Action Args
2010-04-14 09:54:32vstinnersetrecipients: + vstinner, parthm
2010-04-14 09:54:32vstinnersetmessageid: <1271238872.34.0.94171474413.issue8396@psf.upfronthosting.co.za>
2010-04-14 09:54:30vstinnerlinkissue8396 messages
2010-04-14 09:54:30vstinnercreate