SIGN IN SIGN UP

bpo-34604: Fix possible mojibake in pwd.getpwnam() and grp.getgrnam() (GH-9098)

Pass the user/group name as Unicode to the formatting function,
instead of always decoding a bytes string from UTF-8.
W
William Grzybowski committed
28658485a54ad5f9df52ecc12d9046269f1654ec
Parent: 7e610bc
Committed by Victor Stinner <vstinner@redhat.com> on 9/7/2018, 5:10:39 PM