summaryrefslogtreecommitdiffstats
path: root/Lib/copyreg.py
diff options
context:
space:
mode:
authorR David Murray <rdmurray@bitdance.com>2014-04-14 02:07:39 (GMT)
committerR David Murray <rdmurray@bitdance.com>2014-04-14 02:07:39 (GMT)
commitd5aa487cceac54fdf2b5c073157b899b3c8c9c94 (patch)
treee9532a4bb5bd51eeefd53dc818b8b448cd411a44 /Lib/copyreg.py
parente544f9a27eec202d4a959dd2a255d8ce05aee663 (diff)
downloadcpython-d5aa487cceac54fdf2b5c073157b899b3c8c9c94.zip
cpython-d5aa487cceac54fdf2b5c073157b899b3c8c9c94.tar.gz
cpython-d5aa487cceac54fdf2b5c073157b899b3c8c9c94.tar.bz2
#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 'Lib/copyreg.py')
0 files changed, 0 insertions, 0 deletions