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 ggenellina
Recipients
Date 2007-03-23.10:36:01
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
tarfile already attempts to manage backslashes well, using os.path.normpath(path).replace(os.sep, "/")
Can you provide a small script demonstrating the failure?
History
Date User Action Args
2007-08-23 14:52:41adminlinkissue1685773 messages
2007-08-23 14:52:41admincreate