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 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:32vstinnersetrecipients: + vstinner, paul.moore, giampaolo.rodola, tim.golden, docs@python, zach.ware, steve.dower
2016-02-10 15:44:32vstinnerlinkissue26330 messages
2016-02-10 15:44:32vstinnercreate