Message 260023 - Python tracker (original) (raw)

Message260023

Author vstinner
Recipients docs@python, giampaolo.rodola, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-02-10.15:44:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id CAMpsgwaZOxEUMY0kBAtpTsgyW=cZroBjJN4PveneB=UKhRg8vw@mail.gmail.com
In-reply-to 1455118908.82.0.872288424412.issue26330@psf.upfronthosting.co.za
Content
> Different but kind of related, disk_usage() is not able to accept bytes: On Python 3, I don't think that it's a big issue: bytes filenames are deprecated. See the current thread on python-dev: https://mail.python.org/pipermail/python-dev/2016-February/143150.html It's really much better to use Unicode on Windows, and I also suggest you to use Unicode on UNIX/BSD.
History
Date User Action Args
2016-02-10 15:44:32 vstinner set recipients: + vstinner, paul.moore, giampaolo.rodola, tim.golden, docs@python, zach.ware, steve.dower
2016-02-10 15:44:32 vstinner link issue26330 messages
2016-02-10 15:44:32 vstinner create