SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

72156 0 86 Python

Issue #16416: OS data are now always encoded/decoded to/from

UTF-8/surrogateescape, instead of the locale encoding (which may be ASCII if no
locale environment variable is set), to avoid inconsistencies with
os.fsencode() and os.fsdecode() functions which are already using
UTF-8/surrogateescape.
V
Victor Stinner committed
e262377cabc59f0c7d574ce608b61f692601608b
Parent: 2982455