summaryrefslogtreecommitdiff
path: root/Python/errors.c
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-04-13 22:07:39 -0400
committerR David Murray <rdmurray@bitdance.com>2014-04-13 22:07:39 -0400
commitd5aa487cceac54fdf2b5c073157b899b3c8c9c94 (patch)
treee9532a4bb5bd51eeefd53dc818b8b448cd411a44 /Python/errors.c
parente544f9a27eec202d4a959dd2a255d8ce05aee663 (diff)
downloadcpython-git-d5aa487cceac54fdf2b5c073157b899b3c8c9c94.tar.gz
#21169: fix getpass to use replace error handler on UnicodeEncodeError.
If the input stream encoding couldn't encode one or more of the non-ascii characters in the prompt, it would fail, throwing a UnicodeEncodeError. Now if that happens we re-encoding using the 'replace' error handler. Patch by Kushal Das.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions