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 Matt.Mackall, durin42, gregory.p.smith, martin.panter, r.david.murray, serhiy.storchaka
Date 2015-05-20.06:57:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432105035.9.0.977271651441.issue24230@psf.upfronthosting.co.za>
In-reply-to
Content
Added comments on Rietveld. But I'm not sure that this change is worth to do. Only low-level functions in os.path and os modules (and few other) support bytes names (and only bytes, not bytearray!). High level interfaces, such as in tarfile or zipfile, work only with str paths. The question is what level the tempfile module?

In any way Mercurial people need their own wrapper if they want to support Python <3.5.
History
Date User Action Args
2015-05-20 06:57:15serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, durin42, r.david.murray, martin.panter, Matt.Mackall
2015-05-20 06:57:15serhiy.storchakasetmessageid: <1432105035.9.0.977271651441.issue24230@psf.upfronthosting.co.za>
2015-05-20 06:57:15serhiy.storchakalinkissue24230 messages
2015-05-20 06:57:15serhiy.storchakacreate