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 antoine.pietri, eric.araujo, eryksun, lars.gustaebel, martin.panter, r.david.murray, serhiy.storchaka
Date 2014-03-31.11:48:52
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1396266533.04.0.773148505807.issue21044@psf.upfronthosting.co.za>
In-reply-to
Content
Does tarfile work with bytes file names?

I think a test should explicitly test file objects with str, bytes and int name and file objects without name in all write modes ("w", "w:gz", "w|gz", etc).
History
Date User Action Args
2014-03-31 11:48:53serhiy.storchakasetrecipients: + serhiy.storchaka, lars.gustaebel, eric.araujo, r.david.murray, martin.panter, eryksun, antoine.pietri
2014-03-31 11:48:53serhiy.storchakasetmessageid: <1396266533.04.0.773148505807.issue21044@psf.upfronthosting.co.za>
2014-03-31 11:48:53serhiy.storchakalinkissue21044 messages
2014-03-31 11:48:52serhiy.storchakacreate