[Python-Dev] File system path PEP, part 2
Larry Hastings
larry at hastings.org
Fri May 13 12:33:10 EDT 2016
More information about the Python-Dev mailing list
Fri May 13 12:33:10 EDT 2016
- Previous message (by thread): [Python-Dev] File system path PEP, part 2
- Next message (by thread): [Python-Dev] File system path PEP, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 05/13/2016 06:21 PM, Guido van Rossum wrote: > Really, if you want bytes, you should use os.fsencode(); if you want > strings, use os.fsencode(); if you want to be polymorphic, use > os.fspath() and check the type it returns. Am I severely misunderstanding the API, or did you mean "if you want strings, use os.fsdecode()" here? //arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20160513/e64a22d4/attachment.html>
- Previous message (by thread): [Python-Dev] File system path PEP, part 2
- Next message (by thread): [Python-Dev] File system path PEP, part 2
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list