[issue21169] getpass.getpass() fails with non-ASCII characters in prompt

Serhiy Storchaka report at bugs.python.org
Sun Apr 13 10:51:20 CEST 2014


Serhiy Storchaka added the comment:

I don't think this is a bug. Any text output operation can fail when outputs unencodable string. You should use a stream with proper encoding and/or error handler.

----------
nosy: +serhiy.storchaka
resolution:  -> invalid
stage: needs patch -> committed/rejected
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21169>
_______________________________________


More information about the Python-bugs-list mailing list