Changes between Initial Version and Version 1 of Ticket #3720


Ignore:
Timestamp:
2021-05-24T14:04:39Z (3 years ago)
Author:
itamarst
Comment:

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  
    11Unicode 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.
    22
     3Not clear whether this is actually necessary, but worth noting.