[issue24230] tempfile.mkdtemp() doesn't work with bytes paths

2015-05-19 Thread Martin Panter
Martin Panter added the comment: Doing a quick review, expect a few comments on Rietveld -- nosy: +vadmium ___ Python tracker ___ ___

[issue24230] tempfile.mkdtemp() doesn't work with bytes paths

2015-05-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: 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

<    1   2