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 terry.reedy
Recipients docs@python, ezio.melotti, gsingh, loewis, pitrou, python-dev, serhiy.storchaka, terry.reedy
Date 2013-03-17.23:03:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1363561410.11.0.80533581865.issue17415@psf.upfronthosting.co.za>
In-reply-to
Content
The top of the os doc makes it clear that path = byte string or unicode string and I meant 'string' in that generalized sense. I think 'string' is used that way elsewhere in the 3.x docs. I though of 'text manipulation', but as the doc again makes clear, unix byte string paths may not be 'text', which is why byte string paths are needed. That was my thought, anyway.
History
Date User Action Args
2013-03-17 23:03:30terry.reedysetrecipients: + terry.reedy, loewis, pitrou, ezio.melotti, docs@python, python-dev, serhiy.storchaka, gsingh
2013-03-17 23:03:30terry.reedysetmessageid: <1363561410.11.0.80533581865.issue17415@psf.upfronthosting.co.za>
2013-03-17 23:03:30terry.reedylinkissue17415 messages
2013-03-17 23:03:29terry.reedycreate