Opened at 2021-05-24T14:04:14Z
Last modified at 2023-09-05T14:20:22Z
#3720 new task
On Python 3, filesystem paths should use os.fsencode/os.fsdecode for encoding — at Initial Version
Reported by: | itamarst | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | unknown | Version: | n/a |
Keywords: | Cc: | ||
Launchpad Bug: |
Description
Unicode filesystem paths and sys.argv should be encoded/decoded with os.fsencode/os.fsdecode in places where we have to do this explicitly on Python 3.
Note: See
TracTickets for help on using
tickets.