Changes between Initial Version and Version 1 of Ticket #3720
- Timestamp:
- 2021-05-24T14:04:39Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3720
- Property Summary changed from On Python 3, filesystem paths should use os.fsencode/os.fsdecode for encoding to On Python 3, filesystem paths and sys.argv should use os.fsencode/os.fsdecode for encoding
-
Ticket #3720 – Description
initial v1 1 1 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. 2 2 3 Not clear whether this is actually necessary, but worth noting.