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 docs@python, serhiy.storchaka
Date 2012-12-16.16:58:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1355677117.39.0.191453655217.issue16700@psf.upfronthosting.co.za>
In-reply-to
Content
Some OS functions which returns bytes (os.environb, os.getenvb(), os.getcwdb(), os.listdir(), os.readlink(), os.walk(), os.path.abspath(), os.path.expanduser(), os.path.expandvars(), os.path.realpath() and may be other) can return unusable result on Windows (see for example issue13247 and issue16656). The documentation should contains strong warnings about this.
History
Date User Action Args
2012-12-16 16:58:37serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python
2012-12-16 16:58:37serhiy.storchakasetmessageid: <1355677117.39.0.191453655217.issue16700@psf.upfronthosting.co.za>
2012-12-16 16:58:37serhiy.storchakalinkissue16700 messages
2012-12-16 16:58:37serhiy.storchakacreate