summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2018-09-07-10-16-34.bpo-34604.xL7-kG.rst
blob: 958b74fd0da69fbb9656fb205b54b9ca7390d349 (plain)
1
2
3
Fix possible mojibake in the error message of `pwd.getpwnam` and
`grp.getgrnam` using string representation because of invisible characters
or trailing whitespaces. Patch by William Grzybowski.